Module wasmer_c_api::wasm_c_api::unstable::wasi [−][src]
Expand description
Unstable non-standard Wasmer-specific API that contains more WASI API.
Structs
| wasmer_named_extern_t | Unstable non-standard type wrapping |
| wasmer_named_extern_vec_t | Represents a vector of |
Functions
| wasi_get_unordered_imports⚠ | Non-standard function to get the imports needed for the WASI
implementation with no particular order. Each import has its
associated module name and name, so that it can be re-order later
based on the |
| wasmer_named_extern_module | Non-standard function to get the module name of a
|
| wasmer_named_extern_name | Non-standard function to get the name of a |
| wasmer_named_extern_unwrap | Non-standard function to get the wrapped extern of a
|
| wasmer_named_extern_vec_copy⚠ | Performs a deep copy of a vector of |
| wasmer_named_extern_vec_delete⚠ | Deletes a vector of |
| wasmer_named_extern_vec_new⚠ | Creates a new vector of |
| wasmer_named_extern_vec_new_empty⚠ | Creates an empty vector of |
| wasmer_named_extern_vec_new_uninitialized⚠ | Creates a new uninitialized vector of |