-
Notifications
You must be signed in to change notification settings - Fork 139
Closed
Description
Attempting to build without the nightly feature hits an error here:
Lines 10 to 11 in b0e6309
| #[cfg(target_os = "wasi")] | |
| use std::os::wasi::io::{AsFd, AsRawFd, BorrowedFd, RawFd}; |
std::os::fd::*;, which is a stable path https://rust.godbolt.org/z/rKrG6fvc5. The above cfg(unix) import can use the same path.
The way os::wasi works seems unusual so I asked about it here #general > std::os::wasi unstable on wasip2.
Metadata
Metadata
Assignees
Labels
No labels