Packages

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

Current section

Files

Jump to
gwr src gwr.app.src
Raw

src/gwr.app.src

{application, gwr, [
{vsn, "0.0.2"},
{applications, [gleam_stdlib,
gleb128,
gleeunit,
simplifile]},
{description, "An experimental work-in-progress (WIP) WebAssembly runtime written in Gleam."},
{modules, [gwr@binary,
gwr@execution@instance,
gwr@execution@logic,
gwr@execution@machine,
gwr@execution@runtime,
gwr@execution@stack,
gwr@parser@binary_parser,
gwr@parser@binary_reader,
gwr@parser@convention_parser,
gwr@parser@instruction_parser,
gwr@parser@module_parser,
gwr@parser@types_parser,
gwr@parser@value_parser,
gwr@syntax@convention,
gwr@syntax@index,
gwr@syntax@instruction,
gwr@syntax@module,
gwr@syntax@types,
gwr@syntax@value]},
{registered, []}
]}.