f9967eacf8
Build & Deploy / build-and-deploy (push) Successful in 48s
Many DOS game ZIPs include CloneCD backups (.ccd/.img/.sub) or other disk images that are not needed for gameplay — the game data is already extracted in the working directory. These can be 300MB+ and cause WASM memory exhaustion in js-dos. Added a SKIP_EXT set that filters out known disk image extensions during game file pass. The .jsdos config pass is unaffected.