Wax_wasmSourcePath-sensitive exploration of conditional-annotation configurations.
BDD-based reasoning over conditional-annotation conditions, used for path-sensitive validation.
Specialization of conditional annotations against user-supplied variable bindings (the -D/--define CLI option).
Sync-token classification for the WAT parser's panic-mode error recovery.
Name resolution for Wasm-text modules: maps each use of an index (a symbolic $id or a numeric index) to the definition it refers to, with source spans on both ends. This is the WAT counterpart of the use -> definition table the Wax type checker builds (Wax_lang.Typing.reference), and it powers the editor's go-to-definition, find-references, document-highlight and rename for Wasm text.
Shared registry mapping wax SIMD intrinsic names to WebAssembly Vec* instructions and back. Single source of truth for to_wasm (forward), from_wasm (reverse) and Wax_lang.Typing (signatures).
Validation of Wasm Text modules.