Skip to content

WASI Component Lens v0.1.0

Choose a tag to compare

@abc123dx abc123dx released this 17 Jul 14:57

WASI Component Lens v0.1.0

The first public release of a static Rust CLI for reviewing WebAssembly core
modules, Components, and their declared WIT contracts without executing them.

Included

  • Core module versus Component Model classification
  • Top-level import and export inventory through wasmparser
  • WIT and JSON requires / provides overlays
  • Eight review-friendly WASI capability families
  • Stable snapshots and explicit breaking-change comparison
  • Consumer/provider composition checks
  • Terminal, JSON, and Mermaid output
  • 50 passing tests, Rustfmt clean, Clippy clean, and release build verified

The macOS arm64 archive contains the standalone binary, license, and README.
Other platforms can build with stable Rust using cargo build --release.