Is your feature request related to a problem? Please describe.
The Dart naming convention for releases doesn't presently say anything about the target application binary interface (ABI) but as we do more with C (and perhaps other low level languages) it's becoming necessary to build for a variety of ABIs.
Describe the solution you'd like
Extend the naming convention to have optional ABI qualifiers.
Describe alternatives you've considered
We might find that linking to musl gives us the portability we need, but that's yet to be verified.
Is your feature request related to a problem? Please describe.
The Dart naming convention for releases doesn't presently say anything about the target application binary interface (ABI) but as we do more with C (and perhaps other low level languages) it's becoming necessary to build for a variety of ABIs.
Describe the solution you'd like
Extend the naming convention to have optional ABI qualifiers.
Describe alternatives you've considered
We might find that linking to musl gives us the portability we need, but that's yet to be verified.