Packages

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

Current section

Files

Jump to
gwr include gwr@binary_FunctionCode.hrl
Raw

include/gwr@binary_FunctionCode.hrl

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