Packages

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

Current section

Files

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

include/gwr@execution@runtime_ExportInstance.hrl

-record(export_instance, {
name :: binary(),
value :: gwr@execution@runtime:external_value()
}).