#[no_mangle]
pub extern "C" fn wasm_trap_origin(
_raw: &wasm_trap_t,
) -> Option<Box<wasm_frame_t<'_>>>
Expand description
Returns the origin of the wasm_trap_t
if any.
ยงNote
This API is unsupported and will panic upon use.
#[no_mangle]
pub extern "C" fn wasm_trap_origin(
_raw: &wasm_trap_t,
) -> Option<Box<wasm_frame_t<'_>>>
Returns the origin of the wasm_trap_t
if any.
This API is unsupported and will panic upon use.