Struct parity_wasm::ProgramInstance [] [src]

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

: Use wasmi crate to interpret wasm

Program instance. Program is a set of instantiated modules.

Methods

impl ProgramInstance
[src]

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Create new program instance.

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Instantiate module with validation.

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Insert instantiated module.

[src]

Deprecated since 0.23

: Use wasmi crate to interpret wasm

Get one of the modules by name