Empaquetar en html5

Hola, ya he solucionado el problema de empaquetar el proyecto en html5 pero ahora tengo otro problema y es que no funciona el juego en el explorador, me da el siguiente error.

Translation: Hello, I’ve solved the problem of packaging the project html5 but now I have another problem is that the game does not work in the browser, it gives me the following error.

Uncaught abort("Cannot enlarge memory arrays. Either (1) compile with -s TOTAL_MEMORY=X with X higher than the current value 536870912, (2) compile with -s ALLOW_MEMORY_GROWTH=1 which adjusts the size at runtime but prevents some optimizations, (3) set Module.TOTAL_MEMORY to a higher value before the program runs, or if you want malloc to return NULL (0) instead of this abort, compile with -s ABORTING_MALLOC=0 ") at Error at jsStackTrace (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:18540) at stackTrace (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:18711) at abort (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:57:183440) at abortOnCannotGrowMemory (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:20343) at enlargeMemory (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:20788) at Object.dynamicAlloc (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:7422) at Object.getMemory (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:13895) at processPackageData (blob:http://localhost:53501/69bc5327-c5c5-480d-b6ac-7789b66ee17e:155:38) at runWithFS (blob:http://localhost:53501/69bc5327-c5c5-480d-b6ac-7789b66ee17e:172:9) at callRuntimeCallbacks (blob:http://localhost:53501/e8649310-79b9-44aa-b43e-41e10499b52d:1:22329)