#[unsafe(no_mangle)]
pub extern "C" fn wasm_func_get_host_info(
a: &wasm_func_t,
) -> *mut c_void
Expand description
Returns the host information of the wasm_func_t
.
This is not yet supported and always returns NULL
.
#[unsafe(no_mangle)]
pub extern "C" fn wasm_func_get_host_info(
a: &wasm_func_t,
) -> *mut c_void
Returns the host information of the wasm_func_t
.
This is not yet supported and always returns NULL
.