mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-30 23:02:49 +03:00
8e1cd69717
It seems that `std.os.openZ` is too POSIX-specific, so I think it should not be a point of entry for WASI `open` call. I figure WASI should be treated as a separate "os" that's _not_ POSIX especially given the incoming changes in the ephemeral snapshot.