MCPcopy 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
145void dumpStackTrace(Span<const uint32_t> Stack) noexcept {
146 spdlog::error("calling stack:{}"sv, fmt::join(Stack, ", "sv));
147}
148
149} // namespace WasmEdge

Callers 1

invokeMethod · 0.85

Calls 1

errorFunction · 0.50

Tested by

no test coverage detected