Struct sophon_wasm::interpreter::VariableInstance [] [src]

pub struct VariableInstance { /* fields omitted */ }

Variable instance.

Methods

impl VariableInstance
[src]

[src]

New variable instance

[src]

New global variable

[src]

New global with externally stored value.

[src]

Is mutable

[src]

Get variable type.

[src]

Get the value of the variable instance

[src]

Set the value of the variable instance

Trait Implementations

impl Debug for VariableInstance
[src]

[src]

Formats the value using the given formatter.