zig/stage1
Veikka Tuominen 89d1ccc477 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>
2022-12-09 20:59:13 -07:00
..
config.h.in build: obtain zigcpp library prefix/suffix from cmake 2022-12-07 01:44:15 -07:00
config.zig.in
FuncGen.h wasm2c: reuse locals 2022-12-09 03:45:29 -05: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 wasi: add support for windows paths 2022-12-06 12:27:28 -07:00
wasm2c.c wasm2c: reuse locals 2022-12-09 03:45:29 -05:00
wasm.h use zig-wasm2c for bootstrapping 2022-12-06 12:15:04 -07:00
zig1.wasm replace zig1.wasm to the removal of BoundFn 2022-12-09 20:59:13 -07:00