diff --git a/README.md b/README.md index 9a5d98c..acdc671 100644 --- a/README.md +++ b/README.md @@ -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/).