Expand description
Contains the Wasm runtime and related types for evaluating programs.
Structs§
- Config
- Config is for runtime parameters (eg instructions per program, additional runtime interfaces, etc).
- Program
- Runtime
- Runtime allows for the execution of programs. Instantiate with
Runtime::new()
. - Signature
Request
Enums§
- Program
Error - Runtime
Error - Runtime
Error
type