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