zig/stage1
Matthew Lugg 5df5e2ed26
zig.h: drop dependency on deleted compiler_rt functions
It turns out we did use these in the C backend. However, it's really
just as easy, if not easier, to replicate the logic directly in C.

Synchronizes stage1/zig.h to make sure the bootstrap doesn't depend on
these functions either. The actual zig1 tarball is unmodified because
regenerating it is unnecessary in this instance.
2025-11-12 16:00:16 +00: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 wasi.c: fix pread/pwrite 2025-07-09 10:47:36 -07: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 Update wasm2c.c 2025-07-25 02:10:09 -07:00
zig.h zig.h: drop dependency on deleted compiler_rt functions 2025-11-12 16:00:16 +00:00
zig1.wasm stage1: update zig1.wasm 2025-09-18 12:42:24 +02:00