Expand description
Runtime support for the #[wasm_bindgen_test] attribute
More documentation can be found in the README for this crate!
Re-exports§
pub use __rt::criterion::Criterion;
Modules§
- __rt
- Internal-only runtime module used for the
wasm_bindgen_testcrate.
Macros§
- console_
error - Helper macro which acts like
println!only routes toconsole.errorinstead. - console_
log - Helper macro which acts like
println!only routes toconsole.loginstead. - scoped_
thread_ local no_stdpolyfill forscoped_tls.- wasm_
bindgen_ test_ configure - A macro used to configured how this test is executed by the
wasm-bindgen-test-runnerharness.