1 unstable release
0.1.0 | Aug 2, 2023 |
---|
#1072 in WebAssembly
47KB
187 lines
Running the Example
$ wasm-pack build --target web
$ python3 -m http.server
Open the browser at http://0.0.0.0:8000/.
Step through the flow:
Executing Tests
All Rust internal test can be executed using:
$ cargo test
while tests that require WASM can be executing using:
$ wasm-pack test --node
Dependencies
~1.2–2.4MB
~49K SLoC