Packages

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

Current section

Files

Jump to
gwr include gwr@spec_FunctionCode.hrl
Raw

include/gwr@spec_FunctionCode.hrl

-record(function_code, {
locals :: list(gwr@spec:locals_declaration()),
body :: list(gwr@spec:instruction())
}).