| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| CHECKSUMS.txt | 2026-06-10 | 676 Bytes | |
| zero-linux-x64 | 2026-06-10 | 12.5 MB | |
| zero-win32-arm64.exe | 2026-06-10 | 12.5 MB | |
| zero-win32-x64.exe | 2026-06-10 | 12.6 MB | |
| zero-darwin-arm64 | 2026-06-10 | 12.7 MB | |
| zero-linux-arm64 | 2026-06-10 | 12.5 MB | |
| zero-linux-musl-arm64 | 2026-06-10 | 12.5 MB | |
| zero-linux-musl-x64 | 2026-06-10 | 12.6 MB | |
| zero-darwin-x64 | 2026-06-10 | 12.6 MB | |
| README.md | 2026-06-10 | 400 Bytes | |
| v0.3.2 source code.tar.gz | 2026-06-10 | 15.0 MB | |
| v0.3.2 source code.zip | 2026-06-10 | 15.6 MB | |
| Totals: 12 Items | 131.1 MB | 0 | |
- Adds
breakandcontinuesupport to the direct backend andzero test, lowering both through typed MIR and all direct emitters with conformance coverage and required runtime checks. - Speeds up graph validation with indexed node-hash tables, a reusable adjacency index, and deduplicated store validation, making
zero importon large programs roughly 12x faster.
Contributors
- @ctate