electron / fuses

MIT License
42 stars 16 forks source link

feat: use streaming I/O to avoid reading entire binary into memory #34

Open eeror opened 8 months ago

eeror commented 8 months ago

Some debug builds can be large enough to make it prohibitive to read the entire Electron binary into memory in some CI environments.

This PR adds the machinery needed to: