Skip to content

Commit 89d1ccc

Browse files
Vexuandrewrk
andcommitted
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 <[email protected]>
1 parent c51288f commit 89d1ccc

File tree

2 files changed

+0
-0
lines changed

2 files changed

+0
-0
lines changed

stage1/zig1.wasm

2.21 MB
Binary file not shown.

stage1/zig1.wasm.zst

-637 KB
Binary file not shown.

0 commit comments

Comments
 (0)