Hacker News new | ask | show | jobs
by cm3 3658 days ago
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.
1 comments

rustc itself loads stuff as a shared library, in my understanding.