#flow #fbp

flowrs-wasm

A WASM API for the flowrs library

1 unstable release

0.1.0 Aug 2, 2023

#1188 in WebAssembly

22 downloads per month

Apache-2.0

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:

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

Dependencies

~1.2–2.2MB
~47K SLoC