bind abstract method

WasmModule bind(
  1. dynamic thisArg,
  2. String moduleName
)

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

Implementation

WasmModule bind(dynamic thisArg, String moduleName);