Crate entropy_programs_runtime

Source
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().
SignatureRequest

Enums§

ProgramError
RuntimeError
Runtime Error type