Module wasm_bindgen_test::__rt
source · Expand description
Internal-only runtime module used for the wasm_bindgen_test
crate.
No API contained in this module will respect semver, these should all be considered private APIs.
Modules
Support for printing status information of a test suite in a browser.
Runtime detection of whether we’re in node.js or a browser.
Support for printing status information of a test suite in node.js
Structs
Runtime test harness support instantiated in JS.
Traits
Similar to
std::process::Termination
, but for wasm-bindgen tests.Functions
Handler for
console.debug
invocations. See above.Handler for
console.error
invocations. See above.Handler for
console.info
invocations. See above.Handler for
console.log
invocations.Handler for
console.warn
invocations. See above.Internal implementation detail of the
console_log!
macro.