about summary refs log tree commit diff
path: root/library/std/src/os/wasi/io/raw.rs
AgeCommit message (Expand)AuthorLines
2022-07-27Allow using stable os::fd::raw items through unstable os::wasi modulebstrie-0/+15
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-180/+1
2021-08-19Fix copypasta of "Unix" within the WASI directory.Dan Gohman-1/+1
2021-08-19I/O safety.Dan Gohman-0/+184