mirror of
https://github.com/GaloisInc/cryptol.git
synced 2025-01-03 21:37:52 +03:00
1b83257017
This version requires the file that's in scope to be provided as an argument. It loads that file on startup, and then provides only commands that don't change that module context. This means that it can be used in a stateless load-balancing situation.
7 lines
362 B
Plaintext
7 lines
362 B
Plaintext
This server provides a subset of the methods that are available in
|
|
cryptol-remote-api. It's reason for being is that it does not provide
|
|
any commands that allow modifications to the server state (the
|
|
provided Cryptol code must be specified in a command-line
|
|
argument). This means that it can be used in situations with load
|
|
balancing between multiple instances.
|