Registry / networking / wasm-bus

wasm-bus

JSON →
library1.1.0rscratesunverified

Invocation bus for web assembly modules.

# Cargo.toml [dependencies] wasm-bus = "1.1.0"
INSTALL
IMPORT
SIG · WASM-BUS
W
wasm-bus
networkingrustv1.1.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.

Bus
use wasm_bus::Bus;

Create a WASM invocation bus

use wasm_bus::Bus; fn main() { let _bus = Bus::new(); }
Debug
Known issues
gotchaRequires wasm32 target and async runtime
fix
Build with --target wasm32-unknown-unknown and use wasm-bindgen
affects: >=1.0.0
Upgrade
Version history
1.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
41 hits · last 30 days
node
32
OpenAI (training)
1
Resources
wasm-bus — cargo add wasm-bus · libregistry