Function wasmtime_c_api::wasm_instance_get_host_info
source ยท #[no_mangle]
pub extern "C" fn wasm_instance_get_host_info(
a: &wasm_instance_t,
) -> *mut c_void
Expand description
Returns the host information of the wasm_instance_t
.
This is not yet supported and always returns NULL
.