I'm curious. What convenience, specifically, are people benefiting from by using musl?
If you want to ship a prebuilt binary that'll run on any linux distro you need to statically link libc and musl is by far the easiest way to do that.
The convenience (?) of not having to comply with GPL terms. Some people really hate copyleft.
If you want to ship a prebuilt binary that'll run on any linux distro you need to statically link libc and musl is by far the easiest way to do that.