Packages

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

Current section

Files

Jump to
gwr include gwr@spec_ElementInstance.hrl
Raw

include/gwr@spec_ElementInstance.hrl

-record(element_instance, {
type_ :: gwr@spec:reference_type(),
element :: list(gwr@spec:value())
}).