Current section
Files
Jump to
Current section
Files
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_()
}).