Module wasmer_c_api::wasm_c_api::wasi
source · 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⚠DeprecatedSet the memory on a
wasi_env_t
. - Non-standard function to get the imports needed for the WASI implementation ordered as expected by the
wasm_module_t
.