Packages

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

Current section

Files

Jump to
gwr include gwr@spec_GlobalType.hrl
Raw

include/gwr@spec_GlobalType.hrl

-record(global_type, {
mutability :: gwr@spec:mutability(),
value_type :: gwr@spec:value_type()
}).