Function wasmer_compiler::engine::trap::stack::get_trace_and_trapcode
source ยท pub fn get_trace_and_trapcode(trap: &Trap) -> (Vec<FrameInfo>, Option<TrapCode>)
Expand description
Given a Trap
, this function returns the Wasm trace and the trap code.