bin-wrapper
bin-wrapper copied to clipboard
Add support of choosing binary based on standard lib c library.
There are few standard lib c libraries, musl and glibc. BInary files builded on one linux system e.g. ubuntu doesn't compatible with another system, e.g. Alpine Linux. I would like to have opportunity to choose binary file based on standard lib c library. It will be very useful for Linux systems.
What do you think about this feature?
There is the npm module for checking libc https://github.com/lovell/detect-libc.
There is an open issue on npm for adding libc parameter to the process
object https://github.com/nodejs/node/pull/17993.