1//! WASI-specific extensions to general I/O primitives.
23#![stable(feature = "io_safety_wasi", since = "1.65.0")]
45#[stable(feature = "io_safety_wasi", since = "1.65.0")]
6pub use crate::os::fd::*;
78// Tests for this module
9#[cfg(test)]
10mod tests;