mirror of
https://github.com/ziglang/zig.git
synced 2026-02-02 04:33:37 +00:00
This commit adds WASI specific impl of `std.fs.cwd()` in which we emulate the `cwd` behaviour by inquiring the runtime for a "." preopen if available. This is OK for simple relative ops, but will not work for any ops which require absolute paths.