summary refs log tree commit diff
path: root/src/libstd/os/wasi.rs
blob: d25b8d39ed6807aa65d1a0f160a4d72eca1548cd (plain)
1
2
3
4
5
6
//! WASI-specific definitions

#![stable(feature = "raw_ext", since = "1.1.0")]

#[stable(feature = "rust1", since = "1.0.0")]
pub use crate::sys::ext::*;