wasm_spec_ast 1.0.0

The WebAssembly spec as a SpecTec AST
Documentation
1
2
3
4
5
6
7
# wasm_spec_ast

The WebAssembly spec as a SpecTec AST.

This crate provides a function `get_wasm_spectec_ast` which returns the SpecTec AST for the WebAssembly spec.

This can be used by tooling to consume the WebAssembly spec as code, for example to generate documentation or track changes.