bin-wrapper icon indicating copy to clipboard operation
bin-wrapper copied to clipboard

Add support of choosing binary based on standard lib c library.

Open grushikhin opened this issue 6 years ago • 1 comments

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?

grushikhin avatar Apr 09 '18 09:04 grushikhin

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.

grushikhin avatar Apr 09 '18 09:04 grushikhin