Packages

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

Current section

Files

Jump to
gwr include gwr@execution@stack_Label.hrl
Raw

include/gwr@execution@stack_Label.hrl

-record(label, {
arity :: integer(),
target :: list(gwr@syntax@instruction:instruction())
}).