Packages

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

Current section

Files

Jump to
gwr include gwr@syntax@module_Export.hrl
Raw

include/gwr@syntax@module_Export.hrl

-record(export, {
name :: binary(),
descriptor :: gwr@syntax@module:export_descriptor()
}).