Skip to content

flow-rs/flowrs-wasm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published