Registry / other / wapc-guest

wapc-guest

JSON →
library1.2.0rscratesunverified

Guest SDK for building waPC-compliant WebAssembly modules.

# Cargo.toml [dependencies] wapc-guest = "1.2.0"
INSTALL
IMPORT
SIG · WAPC-GUEST
W
wapc-guest
otherrustv1.2.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_call
use wapc_guest::host_call;

Call a host function from a waPC guest module.

use wapc_guest::host_call; let result = host_call("namespace", "operation", b"payload").unwrap(); println!("{:?}", result);
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Resources
wapc-guest — cargo add wapc-guest · libregistry