Packages

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

Current section

Files

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

include/gwr@execution@stack_ActivationFrame.hrl

-record(activation_frame, {
arity :: integer(),
framestate :: gwr@execution@stack:frame_state()
}).