This commit is contained in:
2025-01-02 16:26:09 +02:00
parent 8604ca170a
commit a4db3d2bcf

View File

@@ -1,12 +1,11 @@
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.
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/).