wasm-bindgen/tests
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 #1427
2019-04-08 10:40:46 -07:00
..
crates cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
headless Migrate all crates to the 2018 edition 2019-03-26 08:10:53 -07:00
no-std cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
wasm Add an accessor for the function table 2019-04-08 10:40:46 -07:00
non_wasm.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
std-crate-no-std-dep.rs cargo +nightly fmt --all 2018-09-26 08:26:00 -07:00
unwrap_throw.rs Add the UnwrapThrowExt<T> trait 2019-01-31 13:26:21 -08:00