Packages

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

Current section

Files

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

include/gwr@execution@runtime_TableInstance.hrl

-record(table_instance, {
type_ :: gwr@syntax@types:table_type(),
elements :: list(gwr@execution@runtime:value())
}).