@wasmer/wasm-transformer
It helps to run WebAssembly modules in Browsers that doesn't have Wasm BigInt support
Last updated
Was this helpful?
It helps to run WebAssembly modules in Browsers that doesn't have Wasm BigInt support
Last updated
Was this helpful?
version(): string
Exported function that returns a string of the current version of the package.
lowerI64Imports(wasmBinaryWithI64Imports: Uint8Array): Promise<Uint8Array>
Exported Function to insert trampoline functions for imports that have i64 params or returns. This is useful for running Wasm modules in browsers that . Especially in the case for . Returns or resolves the lowered Wasm binary as a Uint8Array
.