WasmInstance class

An instantiated WasmModule.

Created by calling WasmInstanceBuilder.build.

Properties

hashCode int
The hash code for this object.
no setterinherited
memory WasmMemory
Returns the memory exported from this instance.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stderr Stream<List<int>>
Returns a stream that reads from stderr.
no setter
stdout Stream<List<int>>
Returns a stream that reads from stdout.
no setter

Methods

lookupFunction(String name) → dynamic
Searches the instantiated module for the given function.
lookupGlobal(String name) WasmGlobal?
Searches the instantiated module for the given global.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited