Modules§
- preview2
- Wasmtime’s WASI Preview 2 Implementation
Structs§
- Error
- I32Exit
- An error returned from the
proc_exithost 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 offd_fdstat_set_flags; if that changes, there are a variety of improvements that can be made (TODO: https://github.com/bytecodealliance/wasmtime/issues/5643).