Packages

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

Current section

Files

Jump to
gwr include gwr@syntax@module_Global.hrl
Raw

include/gwr@syntax@module_Global.hrl

-record(global, {
type_ :: gwr@syntax@types:global_type(),
init :: list(gwr@syntax@instruction:instruction())
}).