Compile bytecode inside a real Electron main process on Electron 42+ so the V8 read-only snapshot checksum matches at runtime. Batch all chunks into one compiler process and retain the legacy run-as-node path for older Electron releases.
Resolve Electron through its package entry to support lazy binary installation, and add Electron 42/43 build targets.
Closes#911