Packages

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

Current section

Files

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

include/gwr@execution@stack_FrameState.hrl

-record(frame_state, {
locals :: list(gwr@execution@runtime:value()),
module_instance :: gwr@execution@runtime:module_instance()
}).