Skip to content
/ flow Public

A generic and Type-Safe WASM library for Flow-Based Programming.

License

Notifications You must be signed in to change notification settings

FWuermse/flow

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

A generic and Type-Safe WASM library for Flow-Based Programming.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published