mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 04:56:25 +03:00
14265f9c55
std: Update wasi-libc commit of the wasm32-wasi target This brings in an implementation of `current_dir` and `set_current_dir` (emulation in `wasi-libc`) as well as an updated version of finding relative paths. This also additionally updates clang to the latest release to build wasi-libc with.