Expand description
Unofficial API for WASI integrating with the standard Wasm C API.
This API will be superseded by a standard WASI API when/if such a standard is created.
Re-exports§
pub use super::unstable::wasi::wasi_get_unordered_imports;
Structs§
Enums§
- The version of WASI. This is determined by the imports namespace string.
Functions§
- Delete a
wasi_env_t
. - Create a new WASI environment.
- wasi_
env_ ⚠set_ memory Deprecated Set the memory on awasi_env_t
. - Non-standard function to get the imports needed for the WASI implementation ordered as expected by the
wasm_module_t
.