bind method

  1. @override
RustLibWasmModule bind(
  1. dynamic thisArg,
  2. String moduleName
)

Create a new WASM module initializer that is bound to the specified binary.

Implementation

@override
external RustLibWasmModule bind(dynamic thisArg, String moduleName);