Files
dostalgia/src
Hermes Agent f9967eacf8
Build & Deploy / build-and-deploy (push) Successful in 48s
Auto-exclude disk image files (.img .iso .ccd .sub etc.) from .jsdos bundles
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.
2026-05-28 13:54:56 +02:00
..