#[no_mangle]
pub extern "C" fn wasm_ref_get_host_info(
_ref: Option<&wasm_ref_t>,
) -> *mut c_voidExpand description
Returns the host information of the wasm_ref_t.
ยงNote
This API is unsupported and always returns a null pointer.
#[no_mangle]
pub extern "C" fn wasm_ref_get_host_info(
_ref: Option<&wasm_ref_t>,
) -> *mut c_voidReturns the host information of the wasm_ref_t.
This API is unsupported and always returns a null pointer.