Expand description
A trampoline generator for calling Wasm functions easily.
That way, you can start calling Wasm functions doing things like:
ⓘ
let my_func = instance.exports.get("func");
my_func.call([1, 2])
Functions§
- Create a trampoline for invoking a WebAssembly function.