Function wasmer_c_api::wasm_c_api::wasi::wasi_get_imports
source ยท #[no_mangle]
pub unsafe extern "C" fn wasi_get_imports(
_store: Option<&wasm_store_t>,
wasi_env: Option<&mut wasi_env_t>,
module: Option<&wasm_module_t>,
imports: &mut wasm_extern_vec_t,
) -> bool
Expand description
Non-standard function to get the imports needed for the WASI
implementation ordered as expected by the wasm_module_t
.