Files
zig-repro/README.md
2025-01-02 16:25:19 +02:00

14 lines
629 B
Markdown

Building modern Zig from the original C++ implementation
--------------------------------------------------------
This repository explores building Zig from the C++ implementation without using
binary blobs. [Forum post goes with this][1].
This works up to Zig 0.11. Guix [picked it up and went all the way to 0.13.0
and beyond](https://issues.guix.gnu.org/74217). If you want a kosher
`zig1.wasm`, you can take it from Guix, free of charge, right now.
Also see my [write-up](https://jakstys.lt/2024/zig-reproduced-without-binaries/).
[1]: https://ziggit.dev/t/building-self-hosted-from-the-original-c-implementation/6607/11