Files
wasmer_c_api/wasm_c_api/
imports.rs
1
//! Host imports for guests that import the WebAssembly C API.
2
3
pub use
wasmer_c_api_imports::
*
;