Packages

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

Current section

Files

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

include/gwr@execution@runtime_MemoryInstance.hrl

-record(memory_instance, {
type_ :: gwr@syntax@types:limits(),
data :: bitstring()
}).