Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ dumpStackTrace
Function
dumpStackTrace
lib/system/stacktrace.cpp:145–147 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
void dumpStackTrace(Span<const uint32_t> Stack) noexcept {
146
spdlog::error(
"calling stack:{}"
sv, fmt::join(Stack,
", "
sv));
147
}
148
149
} // namespace WasmEdge
Callers
1
invoke
Method · 0.85
Calls
1
error
Function · 0.50
Tested by
no test coverage detected