ComponentInstance class

Constructors

ComponentInstance.new({required String id, required WasmInstance instance, required Int64TypeConfig int64Type})

Properties

handles HandleTables
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
instance WasmInstance
final
int64Type Int64TypeConfig
final
may_enter bool
Indicates whether the instance may be called from the outside world through an export.
getter/setter pair
may_leave bool
Indicates whether the instance may call out to an import
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInt64(ByteData data, int ptr) Object
getUint64(ByteData data, int ptr) Object
liftSignedI64(Object i) Object
liftUnsignedI64(Object i) Object
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setInt64(ByteData data, int ptr, Object v) → void
setUint64(ByteData data, int ptr, Object v) → void
toString() String
A string representation of this object.
inherited

Operators

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