about summary refs log tree commit diff
path: root/src/libstd/sys/wasi/fs.rs
AgeCommit message (Expand)AuthorLines
2020-02-12Fix std::fs::copy on WASI targetIngvar Stepanyan-1/+9
2019-12-12Fix signature of `__wasilibc_find_relpath`Alex Crichton-14/+21
2019-12-03Update the `wasi` crate for `wasm32-wasi`Alex Crichton-121/+90
2019-08-21fixesnewpavlov-11/+5
2019-08-19use wasi cratenewpavlov-94/+82
2019-04-27Stabilized vectored IOSteven Fackler-5/+5
2019-04-05wasi: Use shared API for preopened fdsAlex Crichton-87/+86
2019-04-03wasi: Fill out `std::fs` module for WASIAlex Crichton-142/+540
2019-03-31libstd: deny(elided_lifetimes_in_paths), fixes in wasiMazdak Farrokhzad-4/+4
2019-03-29Add a new wasm32-unknown-wasi targetAlex Crichton-0/+294