zig/stage1
Matthew Lugg 60a1ba0a8f
stage1: add more wasi.c stubs
Because `std.Io` forces analysis of unused functions in the vtable,
there are now references to 4 more WASI functions, even though the
compiler does not actually call them at runtime.

Therefore, these new stubs fix the bootstrap process after a zig1.wasm
update (though this branch does *not* update zig1.wasm).
2025-12-27 10:23:46 +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 stage1: add more wasi.c stubs 2025-12-27 10:23:46 +00: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 stage1: update zig1.wasm 2025-11-19 01:42:45 +01:00
zig1.wasm stage1: update zig1.wasm 2025-11-22 22:42:37 +00:00