Hi
I am using a musl distro on my workstation, with RUSTFLAGS="-C target-feature=-crt-static"
this works fine. The only thing I am missing is rust-lld
in llvm-tools-preview
on nightly.
I built the revision of the latest nightly and enabled rust-lld
, copied it into path, built a hello-world using wasm-pack
and tested it.
This means rust-lld could be enabled, it is working properly. Where can I request that change? At rustup or rust on github?
Best,
David