Hacker News new | ask | show | jobs
by TiredOfLife 410 days ago
Are those not just large zip files?
2 comments

Not necessarly, that is a possible option if you want to keep the JIT around, other one is to AOT compile, 100% straight machine code, like any other compiled language.
Does it matter what format they use to pack the exe with data?