| Crates.io | flowrs-wasm |
| lib.rs | flowrs-wasm |
| version | 0.1.0 |
| created_at | 2023-08-02 17:03:05.294789+00 |
| updated_at | 2023-08-02 17:03:05.294789+00 |
| description | A WASM API for the flowrs library. |
| homepage | |
| repository | https://github.com/flow-rs/flowrs-wasm |
| max_upload_size | |
| id | 932927 |
| size | 62,228 |
$ wasm-pack build --target web
$ python3 -m http.server
Open the browser at http://0.0.0.0:8000/.
Step through the flow:

All Rust internal test can be executed using:
$ cargo test
while tests that require WASM can be executing using:
$ wasm-pack test --node