WasmWrapper

constructor(wasmModule: ByteArray)

Creates a new WasmWrapper instance with the given Wasm module.

Parameters

wasmModule

The WebAssembly module as a ByteArray.


constructor(ffiWrapper: <Error class: unknown class>)

Parameters

ffiWrapper

The underlying FFI wrapper instance.