Packages

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

Current section

Files

Jump to
gwr include gwr@execution@runtime_WebAssemblyFunctionInstance.hrl
Raw

include/gwr@execution@runtime_WebAssemblyFunctionInstance.hrl

-record(web_assembly_function_instance, {
type_ :: gwr@syntax@types:function_type(),
module_instance :: gwr@execution@runtime:module_instance(),
code :: gwr@syntax@module:function_()
}).