Packages

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

Current section

Files

Jump to
gwr include gwr@syntax@module_ActiveDataSegment.hrl
Raw

include/gwr@syntax@module_ActiveDataSegment.hrl

-record(active_data_segment, {
memory :: integer(),
offset :: list(gwr@syntax@instruction:instruction())
}).