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