Struct parity_wasm::interpreter::EnvParams [] [src]

pub struct EnvParams {
    pub total_stack: u32,
    pub total_memory: u32,
    pub allow_memory_growth: bool,
}

Environment parameters.

Fields

Stack size in bytes.

Total memory size in bytes.

Allow memory growth.

Trait Implementations

impl Default for EnvParams
[src]

Returns the "default value" for a type. Read more