Registry / networking / wasmrs-runtime

wasmrs-runtime

JSON →
library0.17.1rscratesunverified

Base host and client implementations of the wasmRS RSocket protocol for WebAssembly-based communication.

# Cargo.toml [dependencies] wasmrs-runtime = "0.17.1"
INSTALL
IMPORT
SIG · WASMRS-RUNTIME
W
wasmrs-runtime
networkingrustv0.17.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Runtime
use wasmrs_runtime::Runtime;

Initializes and starts the wasmRS runtime.

use wasmrs_runtime::Runtime; fn main() { let runtime = Runtime::new(); runtime.start(); }
Debug
Known issues
gotchaRequires async runtime (e.g., tokio) to be active
fix
Add tokio as a dependency and use #[tokio::main]
affects: >=0.10.0
Upgrade
Version history
0.17.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
42 hits · last 30 days
node
36
OpenAI (training)
1
Resources
wasmrs-runtime — cargo add wasmrs-runtime · libregistry