Remix.run Logo
Conscat 5 hours 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

sekh60 5 hours ago | parent [-]

So autotools but for execution instead of compilation?