Crate wasm_bridge_wasi

Crate wasm_bridge_wasi 

Source

Modules§

preview2
Wasmtime’s WASI Preview 2 Implementation

Structs§

Error
I32Exit
An error returned from the proc_exit host syscall.
WasiCtx
An Arc-wrapper around the wasi-common context to allow mutable access to the file descriptor table. This wrapper is only necessary due to the signature of fd_fdstat_set_flags; if that changes, there are a variety of improvements that can be made (TODO: https://github.com/bytecodealliance/wasmtime/issues/5643).

Traits§

WasiDir
WasiFile