logo
Expand description

This module contains executor state of the WASM code.

Re-exports

pub use stack::RuntimeStack;
pub use stack::RuntimeStackFrame;
pub use stack::RuntimeStackOverflow;

Modules

Runtime stacks.

Structs

Represents the runtime properties of a WASM execution.