Testing apps
<TODO>
wasm_bindgen_test
The Rust Wasm working group maintains a crate called wasm_bindgen_test
which allows you to run tests in a browser in similar fashion to how the built-in #[test]
procedural macro works. More information is given in the Rust Wasm working group’s documentation for this module.