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.

Functions

Handler for console.error invocations.
Handler for console.log invocations.
Internal implementation detail of the console_log! macro.