wasi: container 'std.fs' has no member called 'resolve' #13644
Labels
bug
Observed behavior contradicts documented or intended behavior
contributor friendly
This issue is limited in scope and/or knowledge of Zig internals.
os-wasi
standard library
This issue involves writing Zig code for the standard library.
Milestone
Zig Version
0.10.0
Steps to Reproduce and Observed Behavior
I'm trying to trigger use of wasi path_filestat_get, and noticed it should be used internally for chdir. My runtime (wazero) has a pre-open of "/" so theoretically I should be able to chdir to that. However, it fails at compile time, not runtime.
Here's the output
Expected Behavior
I was hoping this to compile, or something else that ends up invoking fstatatWasi so that I can test tetratelabs/wazero#858
The text was updated successfully, but these errors were encountered: