Packages

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

Current section

Files

Jump to
gwr src gwr syntax convention.gleam
Raw

src/gwr/syntax/convention.gleam

/// https://webassembly.github.io/spec/core/syntax/conventions.html#vectors
pub type Vector(a) = List(a)