Rebel Squad

the crash dump file isn’t as important on web, since you already see the callstack there.

The “OOM” seems to indeed be memory related (from Emscripten):

function abortOnCannotGrowMemory(requestedSize) {
 abort("OOM");
}
1 Like