zig/stage1
mlugg d8ac37fcc8
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 05:57:50 +01:00
..
2022-12-06 12:15:04 -07:00
2022-12-06 12:15:04 -07:00
2025-03-27 17:43:05 +01:00
2025-03-27 17:43:05 +01:00