zig/stage1
mlugg ceb84c647b
stage1: fix wasi_snapshot_preview1_fd_seek on cache files
`wasm2c` uses an interesting mechanism to "fake" the existence of cache
directories. However, `wasi_snapshot_preview1_fd_seek` was not correctly
integrated with this system, so previously crashed when run on a file in
a cache directory due to trying to call `fseek` on a `FILE *` which was
`NULL`.
2025-04-02 14:21:56 +02:00
..
config.h.in build.zig: add support for using "zig c++" as the bootstrap c++ compiler 2023-10-16 23:07:04 +02:00
config.zig.in compiler: use std.heap.smp_allocator 2025-02-07 14:41:49 -08:00
FuncGen.h wasm2c: avoid indexing null pointer triggering undefined behavior 2024-06-17 14:34:52 -04: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 stage1: fix wasi_snapshot_preview1_fd_seek on cache files 2025-04-02 14:21:56 +02:00
wasm.h use zig-wasm2c for bootstrapping 2022-12-06 12:15:04 -07:00
wasm2c.c wasm2c: Implement nontrapping_fptoint support. 2025-01-22 20:56:30 +01:00
zig.h stage1: Update zig1.wasm. 2025-02-17 19:18:20 +01:00
zig1.wasm stage1: Update zig1.wasm. 2025-02-17 19:18:20 +01:00