It would be nice to have a precompiled version of blink using APE format.
My use case: I want to publish a (zig) program that runs anywhere, let's call it myapp. I want to write a APE launcher which embeds blink and myapp which was compiled for x86_64-linux. The launcher will extract both programs and run blink myapp [args].
It would be nice to have a precompiled version of
blinkusing APE format.My use case: I want to publish a (zig) program that runs anywhere, let's call it
myapp. I want to write a APE launcher which embedsblinkandmyappwhich was compiled forx86_64-linux. The launcher will extract both programs and runblink myapp [args].