EmscriptenModule class

Documentation is in emscripten_module_stub.dart!

Inheritance
Annotations

Properties

exports List<WasmSymbol>
A list containing everything exported by the underlying WebAssembly instance.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
heap ByteBuffer
Provides access to the WebAssemblys memory buffer.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

free(int pointer) → void
Provides access to the free function in WebAssembly.
override
malloc(int size) int
Provides access to the malloc function in WebAssembly.
override
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

Static Methods

compile(Uint8List wasmBinary, String moduleName) Future<EmscriptenModule>
Documentation is in emscripten_module_stub.dart!
process(String moduleName) Future<EmscriptenModule>
Documentation is in emscripten_module_stub.dart!