tweag / clodl

Turn dynamically linked ELF binaries and libraries into self-contained closures.
BSD 3-Clause "New" or "Revised" License
164 stars 6 forks source link

Make bash scripts callable without bazel #52

Open facundominguez opened 2 months ago

facundominguez commented 2 months ago

The closures built by clodl are likely useful to anyone who needs to deliver portable binaries.

There is no technical reason that requires running our scripts from bazel rules, so they could be extracted.

This issue is about providing scripts that the user can invoke to create closures of her binaries or libraries.