bin-wrapper
bin-wrapper copied to clipboard
Warn users of this lib (add to docs) that all binaries must be statically compiled
You should not depend on dynamic compiled binaries, because they don't tend to work across systems. For example if linker is on non-standard path like on nixos it will not work and that's not the only example.
:+1: