#[no_mangle]
pub extern "C" fn wasm_trap_trace<'a>(
_raw: &'a wasm_trap_t,
_out: &mut wasm_frame_vec_t<'a>,
)Expand description
Returns the trace of the wasm_trap_t.
Stores the returned trace in out.
ยงNote
This API is unsupported and will panic upon use.