Test helpers for UI and API development. Written in rust, compiled to WebAssembly published to crates.io and npm for use by both rustacians and nodiles.
Templated from wasm-pack.
If you're wondering about the name, look it up.
Don't use this create until at least 0.2.0, seriously.
cargo generate
to Clone this TemplateLearn more about cargo generate
here.
cargo generate --git https://github.com/rustwasm/wasm-pack-template.git --name my-project
cd my-project
wasm-pack build
wasm-pack build
wasm-pack test
wasm-pack test --headless --firefox
wasm-pack publish
wasm-pack publish
wasm-bindgen
for communicating
between WebAssembly and JavaScript.console_error_panic_hook
for logging panic messages to the developer console.LICENSE-APACHE
and LICENSE-MIT
: most Rust projects are licensed this way, so these are included for youLicensed under either of
at your option.