Crashes during startup for me (Chrome 138, Linux):
index.html:132 Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 50331648, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which allows increasing the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or (4) if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ") at Error
at jsStackTrace (https://html-classic.itch.zone/html/14227654/index.html:132:18356)
at stackTrace (https://html-classic.itch.zone/html/14227654/index.html:132:18527)
at abort (https://html-classic.itch.zone/html/14227654/index.html:149:26689)
at abortOnCannotGrowMemory (https://html-classic.itch.zone/html/14227654/index.html:132:19650)
at pec (https://html-classic.itch.zone/html/14227654/index.html:147:36000)
at Z$b (https://html-classic.itch.zone/html/14227654/index.html:135:424509)
at a0b (https://html-classic.itch.zone/html/14227654/index.html:135:436277)
at Array.hAa (https://html-classic.itch.zone/html/14227654/index.html:136:85956)
at Object.Cfc [as dynCall_vii] (https://html-classic.itch.zone/html/14227654/index.html:147:43137)
at invoke_vii (https://html-classic.itch.zone/html/14227654/index.html:132:340385)
If this abort() is unexpected, build with -s ASSERTIONS=1 which can give more information.
:(