Packages

An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam.

Current section

Files

Jump to
gwr include gwr@debug_Stacktrace.hrl
Raw

include/gwr@debug_Stacktrace.hrl

-record(stacktrace, {
module :: binary(),
function :: binary(),
arity :: integer(),
extrainfo :: list(gwr@debug:stacktrace_extra_info())
}).