about summary refs log tree commit diff
path: root/library/std/src/sys/wasi/fd.rs
AgeCommit message (Expand)AuthorLines
2023-03-06Implement read_buf for a few more typesTomasz Miąsko-1/+17
2022-01-28wasi: enable TcpListener and TcpStreamHarald Hoyer-0/+4
2021-08-19Factor out a common `RawFd`/`AsRawFd`/etc for Unix and WASI.Dan Gohman-34/+69
2021-08-19I/O safety.Dan Gohman-59/+79
2021-08-13Change WASI's `RawFd` from `u32` to `c_int` (`i32`).Dan Gohman-35/+54
2020-09-03Applied `#![deny(unsafe_op_in_unsafe_fn)]` in library/std/src/wasiAmjad Alsharafi-0/+1
2020-07-27mv std libs to library/mark-0/+228