rust/library/std
Shen-Ta Hsieh 4c851792ac
Fix std::fs::File::metadata permission on WASI target
Previously `std::fs::File::metadata` on wasm32-wasi would call `fd_filestat_get`
to get metadata associated with fd, but that fd is opened without
RIGHTS_FD_FILESTAT_GET right, so it will failed on correctly implemented WASI
environment.

This change instead to add the missing rights when opening an fd.
2020-07-31 09:01:16 +00:00
..
benches mv std libs to library/ 2020-07-27 19:51:13 -05:00
src Fix std::fs::File::metadata permission on WASI target 2020-07-31 09:01:16 +00:00
tests mv std libs to library/ 2020-07-27 19:51:13 -05:00
build.rs std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00
Cargo.toml std: Switch from libbacktrace to gimli 2020-07-28 16:34:01 -07:00