Davidobot / love.js

LÖVE ported to the web using Emscripten, updated to the latest Emscripten and LÖVE (v11.5)
MIT License
605 stars 27 forks source link

Where can I include ALLOW_MEMORY_GROWTH/MAXIMUM_MEMORY=_GB flags, relating to issue 47 #64

Open GameDevPassion opened 2 years ago

GameDevPassion commented 2 years ago

Hello, I'm having the exact same issue as ([https://github.com/Davidobot/love.js/issues/47]) (Uncaught RangeError), only that it says at putMetadataRequest.onsuccess (game.js:209:11) instead of at IDBRequest.putMetadataRequest.onsuccess (game.js:209) (which might be only browser related but still be the exact same issue.)

In the issue 47 linked above, alexjgriffith mentions including flags like ALLOW_MEMORY_GROWTH.

Where do I have to include the flags ALLOW_MEMORY_GROWTH or MAXIMUM_MEMORY=_GB

that alexjgriffith mentioned?

Do I include them in the terminal, when creating the javascript file? Or do I add lines to the created html file? If so where?