Packages

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

Current section

Files

Jump to
gwr include gwr@spec_Block.hrl
Raw

include/gwr@spec_Block.hrl

-record(block, {
block_type :: gwr@spec:block_type(),
instructions :: list(gwr@spec:instruction())
}).