Packages

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

Current section

Files

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

include/gwr@syntax@module_Import.hrl

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