WebAssemblyInstantiatedSource class
The value returned from WebAssembly.instantiate
.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
- WebAssemblyInstantiatedSource.new({Instance? instance, Module? module})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- instance ↔ Instance
-
Available on WebAssemblyInstantiatedSource, provided by the WebAssemblyInstantiatedSource$Typings extension
getter/setter pair - module ↔ Module
-
Available on WebAssemblyInstantiatedSource, provided by the WebAssemblyInstantiatedSource$Typings extension
AWebAssembly.Module
object representing the compiled WebAssembly module. ThisModule
can be instantiated again, or shared via postMessage().getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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