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

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

pub use crate::os::fd::raw::*;