Packages

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

Current section

Files

Jump to
gwr include gwr@spec_FunctionType.hrl
Raw

include/gwr@spec_FunctionType.hrl

-record(function_type, {
parameters :: list(gwr@spec:value_type()),
results :: list(gwr@spec:value_type())
}).