murrayee 4847045063 fix(bytecode): support Electron 42 and newer
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
2026-08-20 16:58:22 +08:00
..