zig/stage1
Andrew Kelley 4ba0e7d424 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.
2025-07-07 13:39:48 -07:00
..
config.h.in build.zig: add support for using "zig c++" as the bootstrap c++ compiler 2023-10-16 23:07:04 +02:00
config.zig.in compiler: use std.heap.smp_allocator 2025-02-07 14:41:49 -08:00
FuncGen.h wasm2c: avoid indexing null pointer triggering undefined behavior 2024-06-17 14:34:52 -04:00
InputStream.h remove the zstd mechanism from the build process 2022-12-09 20:59:13 -07:00
panic.h use zig-wasm2c for bootstrapping 2022-12-06 12:15:04 -07:00
wasi.c stage1: elaborate on "unimplemented" in wasi.c 2025-06-12 17:51:30 +01:00
wasm.h Fix warning WasmMut_toC not all control paths return a value (#24267) 2025-06-26 05:39:08 +00:00
wasm2c.c wasm2c: Implement nontrapping_fptoint support. 2025-01-22 20:56:30 +01:00
zig.h stage1: update zig1.wasm 2025-06-15 11:55:57 -04:00
zig1.wasm update zig1.wasm 2025-07-07 13:39:48 -07:00