Registry / networking / wasmrs-host

wasmrs-host

JSON →
library0.17.0rscratesunverified

wasmRS host implementation for executing and interacting with wasmRS modules.

# Cargo.toml [dependencies] wasmrs-host = "0.17.0"
INSTALL
IMPORT
SIG · WASMRS-HOST
W
wasmrs-host
networkingrustv0.17.0
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.

Host
use wasmrs_host::Host;

Creates a new wasmRS host instance for executing wasmRS modules.

use wasmrs_host::Host; let host = Host::new(); // Further setup and module execution would follow.
Debug
Known issues
gotchaRequires async runtime (e.g., Tokio) for execution.
fix
Add tokio as a dependency and use #[tokio::main] or similar.
affects: >=0.17.0
Upgrade
Version history
0.17.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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