wasm_spec_ast 1.0.0

The WebAssembly spec as a SpecTec AST
Documentation
  • Coverage
  • 50%
    1 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.51 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.07 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 18s Average build duration of successful builds.
  • all releases: 18s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • cyruscook/spectec_parse
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • cyruscook

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.