Packages

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

Current section

Files

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

include/gwr@execution@machine_Machine.hrl

-record(machine, {
module_instance :: gwr@execution@runtime:module_instance(),
state :: gwr@execution@machine:machine_state()
}).