zig

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

commit a8de15f66a51d273cefa07eed0d8fd2952e92387 (tree)
parent bd6f01c751f923d28fa375f1bc91f63ceb3c9693
Author: Andrew Kelley <andrew@ziglang.org>
Date:   Mon, 24 Apr 2023 13:29:42 -0700

update zig1.wasm

Needed due to the compiler depending on standard library APIs such as
ArrayList that contain `@memset` and `@memcpy` calls in them. The number
of parameters changed, so this is necessary for the compiler to build.

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.