authorgravatar for git@vexu.euVeikka Tuominen <git@vexu.eu> 2022-12-09 18:40:01+02:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-09 20:59:13-07:00
log89d1ccc477c1dbc8bb8d13ad2598ef0190c25898
tree88d13ff67c97527cfbf60223760b18e78e0b92a7
parentc51288f1f6be20be9f162c086b6c1ef9382b30cd

replace zig1.wasm to the removal of BoundFn

This also no longer uses zstd compression on this file. The reasoning for this is: * It has been demonstrated that the release tarballs are actually smaller if zig1.wasm gets compressed along with the other files rather than separately compressed. * More importantly, leaving zig1.wasm uncompressed may result in a smaller git repository size, since the repository as a whole could have savings across the multiple versions of zig1.wasm, which would not be possible if each one was independently compressed. * When in doubt, do what is simpler, which is to not have this extra zstd mechanism. This will remove the only "vendored" code from our build process, which is a nice property to have. Co-authored-by: Andrew Kelley <andrew@ziglang.org>

2 files changed, 0 insertions(+), 0 deletions(-)

stage1/zig1.wasm created
Binary files /dev/null and b/stage1/zig1.wasm differ
stage1/zig1.wasm.zst deleted
Binary files a/stage1/zig1.wasm.zst and /dev/null differ