Crate wasm_bindgen_test
source ·Expand description
Runtime support for the #[wasm_bindgen_test] attribute
More documentation can be found in the README for this crate!
Modules
- Internal-only runtime module used for the
wasm_bindgen_testcrate.
Macros
- Helper macro which acts like
println!only routes toconsole.loginstead. - A macro used to configured how this test is executed by the
wasm-bindgen-test-runnerharness.