wasmi_c_api

Function wasm_module_get_host_info

source
#[no_mangle]
pub extern "C" fn wasm_module_get_host_info(
    a: &wasm_module_t,
) -> *mut c_void
Expand description

Returns the host information of the wasm_module_t.

This is not yet supported and always returns NULL.