[0.2.0] - 2026-08-17
First published tag of github.com/blotless/ast.
Added
- Language AST transform library: built-in Go and Python drivers.
- WASM plugin host (wazero, capability ABI, no guest FS/network/env).
- Language registration maps conventional extensions (e.g.
rust→.rs). - Example crate:
examples/wasm-rust. - Contributor docs: CONTRIBUTING, SECURITY, ROADMAP, docs/ARCHITECTURE.
Changed
- deps: wazero v1.9.0 → v1.12.0.
Security
- WASM paths must be local files; URLs are rejected.
Install:
go get github.com/blotless/ast@v0.2.0