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

Implement binary_closure #19

Closed facundominguez closed 5 years ago

facundominguez commented 5 years ago

binary_closure should produce the same zip file as library_closure, prepended with a script that unzips to a temporary folder and executes the application.

mboes commented 5 years ago

Implemented in #20.