wasm-bindgen/crates/test-macro
Alex Crichton dc54c0fb25
Fix name collisions with test functions and intrinsics (#2123)
There was an unfortunate collision with how test symbols were named and
the various bindings functions exported by wasm-bindgen. This commit
fixes these issues by using a separate prefix for `#[wasm_bindgen_test]`
than other `#[wasm_bindgen]` functions which should avoid the name
clash.

Closes #2121
2020-05-04 16:20:41 -05:00
..
src Fix name collisions with test functions and intrinsics (#2123) 2020-05-04 16:20:41 -05:00
Cargo.toml Bump to 0.2.62 (#2119) 2020-05-01 10:34:36 -05:00
LICENSE-APACHE Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
LICENSE-MIT Symlink LICENSE files in crates (#2018) 2020-02-28 17:41:28 -06:00
README.md Add a test harness to directly execute wasm tests (#524) 2018-07-20 13:47:49 -05:00

wasm-bindgen-test-runner

This is an experimental crate for enabling cargo test --target wasm32-unknown-unknown. For more information see the README fo wasm-bindgen-test.