Open
Description
Zig Version
Steps to Reproduce and Observed Behavior
- Install Wasmtime 23.0.1 (maybe earlier?).
- Run the standard library tests with
-fwasmtime
(but seestd.Build.Step.Run
: Fix invocation syntax for Wasmtime 14+. #20745).
error: 'fs.test.test.file operations on directories' failed: expected error.IsDir, found fs.File{ .handle = 4 }
Unable to dump stack trace: not implemented for Wasm
Fails here:
Lines 767 to 769 in eac7fd4
Expected Behavior
No failure.