Registry / networking / wasix
library0.13.1rscratesunverified

WASIX API bindings for Rust, providing system calls for WebAssembly.

# Cargo.toml [dependencies] wasix = "0.13.1"
INSTALL
IMPORT
SIG · WASIX
W
wasix
networkingrustv0.13.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.

WasiCtx
use wasix::WasiCtx;

Creates a WASIX context for WebAssembly system calls.

use wasix::WasiCtx; fn main() { let ctx = WasiCtx::new(); println!("WASIX context created"); }
Debug
Known issues
gotchaRequires a WASIX-compatible runtime (e.g., wasmtime with WASIX support).
fix
Ensure your WebAssembly runtime supports WASIX extensions.
affects: >=0.13.0
Upgrade
Version history
0.13.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
OpenAI (training)
1
Resources
wasix — cargo add wasix · libregistry