#r-socket #single-threaded #multi-threading #run-time #wasm-rs #native

wasmrs-runtime

Base host and client implementations of the wasmRS RSocket protocol

20 releases (breaking)

0.17.1 Oct 12, 2023
0.16.1 Oct 4, 2023
0.14.0 Jul 26, 2023
0.8.0 Mar 22, 2023

#1190 in WebAssembly

Download history 107/week @ 2023-12-11 116/week @ 2023-12-18 79/week @ 2023-12-25 56/week @ 2024-01-01 94/week @ 2024-01-08 87/week @ 2024-01-15 69/week @ 2024-01-22 60/week @ 2024-01-29 86/week @ 2024-02-05 82/week @ 2024-02-12 81/week @ 2024-02-19 137/week @ 2024-02-26 121/week @ 2024-03-04 121/week @ 2024-03-11 116/week @ 2024-03-18 207/week @ 2024-03-25

571 downloads per month
Used in 36 crates (6 directly)

Apache-2.0

80KB
2.5K SLoC

wasmrs-runtime

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.

Notice!

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.

More Info

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

Dependencies

~1.2–9MB
~53K SLoC