MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasmtime_error_wasm_trace

Function wasmtime_error_wasm_trace

crates/c-api/src/error.rs:71–76  ·  view source on GitHub ↗
(
    raw: &'a wasmtime_error_t,
    out: &mut wasm_frame_vec_t<'a>,
)

Source from the content-addressed store, hash-verified

69
70#[unsafe(no_mangle)]
71pub extern "C" fn wasmtime_error_wasm_trace<'a>(
72 raw: &'a wasmtime_error_t,
73 out: &mut wasm_frame_vec_t<'a>,
74) {
75 crate::trap::error_trace(&raw.error, out)
76}

Callers 1

traceMethod · 0.85

Calls 1

error_traceFunction · 0.85

Tested by

no test coverage detected