Crate wat_syntax

Source
Expand description

Syntax tree (CST and AST) related utilities for working with WebAssembly Text Format.

Modules§

ast
Abstract Syntax Tree, layered on top of untyped SyntaxNodes.

Enums§

SyntaxKind
Syntax kind enum for nodes and tokens.
WatLanguage

Type Aliases§

SyntaxElement
SyntaxNode
SyntaxNodePtr
SyntaxToken