#[no_mangle]
pub unsafe extern "C" fn wasm_trap_trace(
trap: &wasm_trap_t,
out: &mut wasm_frame_vec_t,
)
Expand description
Gets the trace (as a list of frames) attached to the trap.
#[no_mangle]
pub unsafe extern "C" fn wasm_trap_trace(
trap: &wasm_trap_t,
out: &mut wasm_frame_vec_t,
)
Gets the trace (as a list of frames) attached to the trap.