mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-26 13:01:34 +03:00
60a1ba0a8f
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).