#[no_mangle]
pub unsafe extern "C" fn wasm_trap_origin(
trap: &wasm_trap_t,
) -> Option<Box<wasm_frame_t>>
Expand description
Gets the origin frame attached to the trap.
#[no_mangle]
pub unsafe extern "C" fn wasm_trap_origin(
trap: &wasm_trap_t,
) -> Option<Box<wasm_frame_t>>
Gets the origin frame attached to the trap.