mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 12:43:40 +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.