Packages

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

Current section

Files

Jump to
gwr include gwr@syntax@module_Function.hrl
Raw

include/gwr@syntax@module_Function.hrl

-record(function, {
type_ :: integer(),
locals :: list(gwr@syntax@types:value_type()),
body :: list(gwr@syntax@instruction:instruction())
}).