Open
Description
Most of Exokit is implemented in Javascript, so each startup has compilation overhead -- this is particularly true for multiple parallel window
objects, which each has its own startup phase.
Projects like Chromium and Electron use snapshots to speed up the startup. And luckily there is some work to get that feature into node
as well: nodejs/node#17058
We probably want something very similar in Exokit.
Reading for Electron: