Packages

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

Current section

Files

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

include/gwr@execution@runtime_HostFunctionInstance.hrl

-record(host_function_instance, {
type_ :: gwr@syntax@types:function_type(),
code :: fun((list(gleam@dynamic:dynamic_())) -> list(gleam@dynamic:dynamic_()))
}).