Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
97
inline 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
TEST
Function · 0.45
Calls
3
wasmtime_error_wasm_trace
Function · 0.85
Trace
Class · 0.70
get
Method · 0.45
Tested by
1
TEST
Function · 0.36