Packages

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

Current section

Files

Jump to
gwr include gwr@spec_If.hrl
Raw

include/gwr@spec_If.hrl

-record('if', {
block_type :: gwr@spec:block_type(),
instructions :: list(gwr@spec:instruction()),
else_ :: gleam@option:option(gwr@spec:instruction())
}).