Hacker News new | ask | show | jobs
by steveklabnik 3657 days ago
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?
1 comments

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.