Crates.io | wasmrs-runtime |
lib.rs | wasmrs-runtime |
version | 0.17.1 |
source | src |
created_at | 2023-01-10 17:55:09.597502 |
updated_at | 2023-10-12 05:57:14.550332 |
description | Base host and client implementations of the wasmRS RSocket protocol. |
homepage | |
repository | https://github.com/wasmrs/wasmrs-rust |
max_upload_size | |
id | 755721 |
size | 21,123 |
wasmrs-runtime is a set of structs and functions that are normalized across multithreaded native tokio and single-threaded WebAssembly using whatever the smallest, fastest, single threaded, async, WebAssembly-compatible runtime of the day is.
You're better off not relying on this crate. It's a crate that exists only for as long as it needs to. As WebAssembly matures and there are more standard solutions for the problems this crate solves, this crate will be deprecated.
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