Packages

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

Current section

Files

Jump to
gwr include gwr@spec_Global.hrl
Raw

include/gwr@spec_Global.hrl

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