wasi-common 0.21.0

WASI implementation in Rust
Documentation
1
2
3
4
5
6
#[path = "../linux/osdir.rs"]
pub(crate) mod osdir;
#[path = "../linux/path.rs"]
pub(crate) mod path;

pub(crate) const O_RSYNC: yanix::file::OFlags = yanix::file::OFlags::RSYNC;