WasmImport class

A WASM import that can be used in WasmInstanceBuilder.addImports to construct a WasmInstance.

Constructors

WasmImport(String moduleName, String name, WasmExternal value)
A WASM import that can be used in WasmInstanceBuilder.addImports to construct a WasmInstance.

Properties

hashCode int
The hash code for this object.
no setterinherited
moduleName String
The name of the module that this import is from.
final
name String
The name of the import.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value WasmExternal
The value of the import.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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