Skip to content

[WIT] v0.3.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 11:20
· 4 commits to wit since this release

WIT Rules v0.3.0

Removed

  • Removed external toolchain dependencies and precompiled binaries across all
    targets and rules.
  • Removed wit_toolchain rule; code generation is now 100% self-contained in
    pure Go.

Added

  • Pure Go AST lexer and recursive-descent parser (tools/please_wit/ast).
  • Pure Go code generators for Kotlin, Swift, TypeScript, Python, Rust, Go, and
    C++ (tools/please_wit/generate).
  • Support for AST-driven interface definitions across all 7 supported target
    languages.