Skip to content

Releases: abc123dx/wasi-component-lens

WASI Component Lens v0.1.1 中文版

Choose a tag to compare

@abc123dx abc123dx released this 17 Jul 15:17
75d2e3a

WASI Component Lens v0.1.1 中文版

本版本提供中文优先的 WASI 0.3 与 WebAssembly 组件兼容性分析体验。

主要更新

  • 汉化 CLI 帮助、终端报告、错误信息与 Mermaid 可见标签
  • 汉化 README、示例与项目规范
  • 保持命令名、JSON 字段、结构版本和退出码兼容
  • 50/50 项测试、Rustfmt 与 Clippy 全部通过
  • release 构建和真实 inspect / diff / compose 冒烟通过

macOS arm64 压缩包包含独立二进制文件、许可证与中文 README。

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.