zig

fork of https://codeberg.org/ziglang/zig
Log | Files | Refs | README | LICENSE

commit 4ba0e7d424a7c0af55c8085c659e9205560d3095 (tree)
parent 34f64432b0f1d125a5abfb750861013ac4a5d5a2
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon,  7 Jul 2025 11:48:43 -0700

update zig1.wasm

necessary because to pass `zig fmt --check` we need to use the canonical
identifier syntax, which means changing `.@"async"` to `.async` which
previous zig1 is unable to parse.

Diffstat:
Mstage1/zig1.wasm | 0
1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/stage1/zig1.wasm b/stage1/zig1.wasm Binary files differ.