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§
- wasi_
version_ t - The version of WASI. This is determined by the imports namespace string.
Functions§
- wasi_
config_ ⚠arg - wasi_
config_ capture_ stderr - wasi_
config_ capture_ stdout - wasi_
config_ ⚠env - wasi_
config_ inherit_ stderr - wasi_
config_ inherit_ stdin - wasi_
config_ inherit_ stdout - wasi_
config_ ⚠mapdir - wasi_
config_ ⚠new - wasi_
config_ ⚠preopen_ dir - wasi_
env_ delete - Delete a
wasi_env_t. - wasi_
env_ ⚠initialize_ instance - wasi_
env_ ⚠new - Create a new WASI environment.
- wasi_
env_ ⚠read_ stderr - wasi_
env_ ⚠read_ stdout - wasi_
env_ ⚠set_ memory Deprecated - Set the memory on a
wasi_env_t. - wasi_
filesystem_ ⚠delete - wasi_
filesystem_ ⚠init_ static_ memory - wasi_
get_ ⚠imports - Non-standard function to get the imports needed for the WASI
implementation ordered as expected by the
wasm_module_t. - wasi_
get_ ⚠start_ function - wasi_
get_ ⚠wasi_ version