wasmtime_c_api

Function wasm_foreign_get_host_info

Source
#[no_mangle]
pub extern "C" fn wasm_foreign_get_host_info(
    a: &wasm_foreign_t,
) -> *mut c_void
Expand description

Returns the host information of the wasm_foreign_t.

This is not yet supported and always returns NULL.