Packages

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

Current section

Files

Jump to
gwr src gwr syntax index.gleam
Raw

src/gwr/syntax/index.gleam

pub type TypeIndex = Int
pub type FunctionIndex = Int
pub type TableIndex = Int
pub type MemoryIndex = Int
pub type GlobalIndex = Int
pub type ElementIndex = Int
pub type DataIndex = Int
pub type LocalIndex = Int
pub type LabelIndex = Int