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