We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e09141 commit 22ceadaCopy full SHA for 22ceada
compiler/rustc_fs_util/src/lib.rs
@@ -1,4 +1,4 @@
1
-#[cfg(any(unix, windows))]
+#[cfg(any(unix, windows, target_os = "wasi"))]
2
use std::ffi::CString;
3
use std::path::{absolute, Path, PathBuf};
4
use std::{fs, io};
0 commit comments