initialize static method
Initialize a WasmModule with the specified kind of Modules
.
Implementation
static FutureOr<WasmModule> initialize(
{required Modules kind, WasmModule Function()? module}) =>
throw UnimplementedError();
Initialize a WasmModule with the specified kind of Modules
.
static FutureOr<WasmModule> initialize(
{required Modules kind, WasmModule Function()? module}) =>
throw UnimplementedError();