]> git.lizzy.rs Git - rust.git/blob - library/std/src/os/wasi.rs
Special sync of 'e89801553ddbaccdeb2eac4db08900edb51ac7ff'
[rust.git] / library / std / src / os / wasi.rs
1 //! WASI-specific definitions
2
3 #![stable(feature = "raw_ext", since = "1.1.0")]
4
5 #[stable(feature = "rust1", since = "1.0.0")]
6 pub use crate::sys::ext::*;