flowrs-wasm

Crates.ioflowrs-wasm
lib.rsflowrs-wasm
version0.1.0
sourcesrc
created_at2023-08-02 17:03:05.294789+00
updated_at2023-08-02 17:03:05.294789+00
descriptionA WASM API for the flowrs library.
homepage
repositoryhttps://github.com/flow-rs/flowrs-wasm
max_upload_size
id932927
size62,228
Florian Würmseer (FWuermse)

documentation

https://docs.rs/flowrs-wasm

README

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
Commit count: 31

cargo fmt