Hacker News new | ask | show | jobs
by cm3 3658 days ago
Will we maybe also get official musl-host builds accessible via rustup and automatically fetched on such a platform?
1 comments

We are always interested in adding more platforms. I don't remember if there are any open issues with a MUSL host; I vaguely remember something about compiler plugins?
I suppose the issues you're referring to are with statically linked against musl executables. I wouldn't expect any such issue with musl just as the host, where you can run rustc on alpine and voidlinux, just not necessarily statically.
rustc itself loads stuff as a shared library, in my understanding.