Module wasmer_c_api::wasm_c_api::unstable [−][src]
Expand description
This module contains unstable non-standard C API.
Use them at your own risks. The API is subject to change or to break without any plan to keep any compatibility :-).
Modules
| engine | Unstable non-standard Wasmer-specific types for the
|
| features | Unstable non-standard Wasmer-specific API that contains a Features API for the engine and the compiler. |
| middlewares | Unstable non-standard Wasmer-specific types to manipulate module middlewares. |
| module | Unstable non-standard Wasmer-specific extensions to the Wasm C API. |
| parser | Unstable non-standard Wasmer-specific types about WebAssembly parser. |
| target_lexicon | Unstable non-standard Wasmer-specific API that contains everything to create a target with a triple and CPU features. |
| wasi | Unstable non-standard Wasmer-specific API that contains more WASI API. |