top | item 46769937

(no title)

Conscat | 1 month ago

Someone already mentioned AppImage, but I'd like to draw attention to this alternate implementation that executes as a POSIX shell script, making it possible to dynamic dispatch different programs on different architectures. e.g. a fat binary for ARM and x64.

https://github.com/mgord9518/shappimage

discuss

order

sekh60|1 month ago

So autotools but for execution instead of compilation?