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

Method trace

crates/c-api/include/wasmtime/trap.hh:97–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95};
96
97inline Trace Error::trace() const {
98 wasm_frame_vec_t frames;
99 wasmtime_error_wasm_trace(ptr.get(), &frames);
100 return Trace(frames);
101}
102
103/**
104 * \brief Information about a WebAssembly trap.

Callers 1

TESTFunction · 0.45

Calls 3

TraceClass · 0.70
getMethod · 0.45

Tested by 1

TESTFunction · 0.36