mirror of
https://github.com/ziglang/zig.git
synced 2025-12-24 15:13:08 +00:00
Previously, the path and preopens helpers were prototyped in `std.os.wasi` module, but since they are higher-level abstraction over wasi, they belong in `std.fs.wasi` module.