Precompiled APE blink binary
Author: igorgatisCreated Dec 15, 2025Updated Dec 15, 2025
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].
Source: jart/blink