136 releases (87 stable)
new 33.0.0 | May 20, 2025 |
---|---|
32.0.0 | Apr 21, 2025 |
31.0.0 | Mar 20, 2025 |
30.0.2 | Feb 25, 2025 |
0.8.0 | Nov 20, 2019 |
#1441 in WebAssembly
129,537 downloads per month
Used in 191 crates
(95 directly)
3.5MB
60K
SLoC
Wasmtime's WASI Implementation
This crate provides a Wasmtime host implementations of different versions of WASI.
WASI is implemented with the Rust crates tokio
and cap-std
primarily, meaning that
operations are implemented in terms of their native platform equivalents by
default.
For components and WASIp2, see [p2
].
For WASIp1 and core modules, see the preview1
module documentation.
Crate defining the Wasi
type for Wasmtime, which represents a WASI
instance which may be added to a linker.
Dependencies
~28–44MB
~803K SLoC