Crates.io | wasmrs |
lib.rs | wasmrs |
version | 0.17.0 |
source | src |
created_at | 2022-12-27 21:50:53.61822 |
updated_at | 2023-10-09 20:51:29.231911 |
description | Base host and client implementations of the wasmRS RSocket protocol. |
homepage | |
repository | https://github.com/wasmrs/wasmrs-rust |
max_upload_size | |
id | 746484 |
size | 75,058 |
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.
See wasmrs-guest, wasmrs-host, and wasmrs-wamtime for examples on how to use wasmrs directly.
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.
See CONTRIBUTING.md
See the root LICENSE.txt