mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-17 16:51:59 +00:00
Add `AsFd` implementations for stdio types on WASI. This mirrors the implementations on Unix platforms, and also mirrors the existing `AsRawFd` impls.