Struct parity_wasm::interpreter::CallerContext [] [src]

pub struct CallerContext<'a> {
    pub value_stack_limit: usize,
    pub frame_stack_limit: usize,
    pub value_stack: &'a mut StackWithLimit<RuntimeValue>,
    pub externals: &'a HashMap<String, Arc<ModuleInstanceInterface + 'a>>,
}
Deprecated since 0.23

: Use wasmi crate to interpret wasm

Caller context.

Fields

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Value stack limit

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Frame stack limit

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Stack of the input parameters

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Execution-local external modules.

Methods

impl<'a> CallerContext<'a>
[src]

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Top most args

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Nested context