Struct parity_wasm::interpreter::VariableInstance [] [src]

pub struct VariableInstance { /* fields omitted */ }
Deprecated since 0.23

: Use wasmi crate to interpret wasm

Variable instance.

Methods

impl VariableInstance
[src]

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

New variable instance

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

New global variable

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

New global with externally stored value.

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Is mutable

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Get variable type.

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Get the value of the variable instance

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Set the value of the variable instance

Trait Implementations

impl Debug for VariableInstance
[src]

[src]

Formats the value using the given formatter.