wasmrs

Crates.iowasmrs
lib.rswasmrs
version0.17.0
sourcesrc
created_at2022-12-27 21:50:53.61822
updated_at2023-10-09 20:51:29.231911
descriptionBase host and client implementations of the wasmRS RSocket protocol.
homepage
repositoryhttps://github.com/wasmrs/wasmrs-rust
max_upload_size
id746484
size75,058
Jarrod Overson (jsoverson)

documentation

README

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 usage.

Contributing

See CONTRIBUTING.md

License

See the root LICENSE.txt

Commit count: 76

cargo fmt