Files
zig-repro/README.md
2025-01-02 16:26:09 +02:00

13 lines
612 B
Markdown

Building modern Zig from the original C++ implementation
--------------------------------------------------------
This repository explored building Zig from the C++ implementation without using
binary blobs. Went all the way to Zig 0.11, at which moment Guix [picked it up,
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