about summary refs log tree commit diff
path: root/src/libstd/sys/wasi/stdio.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-102/+0
2020-06-19Converted all platform-specific stdin/stdout/stderr implementations to io traitsNathan West-34/+32
2020-04-26Update nameSteven Fackler-3/+3
2020-04-26Add Read/Write::can_read/write_vectoredSteven Fackler-0/+15
2019-12-03Update the `wasi` crate for `wasm32-wasi`Alex Crichton-9/+16
2019-08-21fixesnewpavlov-2/+2
2019-08-19use wasi cratenewpavlov-5/+6
2019-04-27Stabilized vectored IOSteven Fackler-7/+7
2019-04-10std: Add `{read,write}_vectored` for more typesAlex Crichton-3/+15
2019-04-01wasi: Use raw syscalls for stdioAlex Crichton-14/+9
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+74