Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 397 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 397 Bytes

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:

flow example

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