Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
6f101f4f52d24fcf86d3b35baccdfd46c624597b
/
.
/
library
/
std
/
src
/
os
/
wasi.rs
blob: d25b8d39ed6807aa65d1a0f160a4d72eca1548cd [
file
] [
log
] [
blame
]
//! WASI-specific definitions
#![
stable
(
feature
=
"raw_ext"
,
since
=
"1.1.0"
)]
#[
stable
(
feature
=
"rust1"
,
since
=
"1.0.0"
)]
pub
use
crate
::
sys
::
ext
::*;