Packages

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

Current section

Files

Jump to
gwr include gwr@spec_WebAssemblyFunctionInstance.hrl
Raw

include/gwr@spec_WebAssemblyFunctionInstance.hrl

-record(web_assembly_function_instance, {
type_ :: gwr@spec:function_type(),
module_instance :: gwr@spec:module_instance(),
code :: gwr@spec:function_()
}).