1
0
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-04-16 18:32:13 +00:00
Alex Crichton 7e5e401076 Add an accessor for the function table
This commit adds an intrinsics to the `wasm_bindgen` crate which
accesses the `WebAssembly.Table` which is the function table of the
module. Eventually the thinking is that a module would import its own
function table via native wasm functionality (via `anyref` and such),
but until that's implemented let's add a binding for it ourselves!

Closes 
2019-04-08 10:40:46 -07:00
..
2019-04-08 10:40:46 -07:00