Packages

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

Current section

Files

Jump to
gwr include gwr@exec_State.hrl
Raw

include/gwr@exec_State.hrl

-record(state, {
module_instance :: gwr@spec:module_instance(),
stack :: gwr@exec@stack:stack(),
store :: gwr@spec:store()
}).