Packages

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

Current section

Files

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

include/gwr@execution@runtime_GlobalInstance.hrl

-record(global_instance, {
type_ :: gwr@syntax@types:global_type(),
value :: gwr@execution@runtime:value()
}).