Registry / networking / wasmer-wasi

wasmer-wasi

JSON →
library3.1.1rscratesunverified

WASI implementation for the Wasmer WebAssembly runtime.

# Cargo.toml [dependencies] wasmer-wasi = "3.1.1"
INSTALL
IMPORT
SIG · WASMER-WASI
W
wasmer-wasi
networkingrustv3.1.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.

WasiState
use wasmer_wasi::WasiState;

Create a WASI environment for running WebAssembly modules.

use wasmer_wasi::WasiState; let wasi_env = WasiState::new("program") .args(&["--help"]) .finalize() .unwrap();
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

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