1
2
3
4
5
6
//! WASI-specific extensions to general I/O primitives.

#![unstable(feature = "wasi_ext", issue = "71213")]

#[unstable(feature = "wasi_ext", issue = "71213")]
pub use crate::os::fd::*;