Install wasm-pack
wasm-pack
bash cargo install wasm-pack
Build project
bash wasm-pack build --target web
Start the test
bash wasm-pack test --chrome
Run tests in the browser
bash open http://127.0.0.1:8000