wasmrs
WasmRS is an implementation of Reactive Streams for WebAssembly modules that allows hosts & guests to communicate via asynchronous, bidirectional streams.
The wasmrs crate is the base implementation of the bidirectional WebAssembly socket.
Usage
See wasmrs-guest, wasmrs-host, and wasmrs-wamtime for examples on how to use wasmrs directly.
More Information
For more information on wasmRS, see the core wasmrs crate.
WasmRS makes heavy use of generated code from apex specs and generators to automate all of the boilerplate. See the getting-started for nanobus for up-to-date usage.
Contributing
See CONTRIBUTING.md
License
See the root LICENSE.txt