Packages

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

Current section

Files

Jump to
gwr include gwr@spec_Loop.hrl
Raw

include/gwr@spec_Loop.hrl

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