mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
eb40590579
std: only depend on dlmalloc for wasm*-unknown It was already filtered out for emscripten, but wasi doesn't need dlmalloc either since it reuses `unix/alloc.rs`.