Current section
Files
Jump to
Current section
Files
src/gwr.app.src
{application, gwr, [
{vsn, "0.0.1"},
{applications, [gleam_stdlib,
gleb128,
gleeunit]},
{description, "An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam."},
{modules, [module,
section,
types@limits,
types@name,
types@vector,
util]},
{registered, []}
]}.