Exception thrown, see JavaScript console
Firefox Developer Edition 114.0b9 (64-bit)
Uncaught RuntimeError: Aborted(undefined). Build with -sASSERTIONS for more info. abort index.js:1
I think possibly it's a part of the code that is trying to use IndexedDB storage. Don't panic! :)
It's a failed debugging experiment. I thought it would be useful to be able save the game's state to persistent storage for debugging purpose. This game is built with Emscripten, it uses IndexedDB for persistent storage. The request to use IndexedDB is still in the code, as I didn't have time to remove that before the deadline. Although the game stores no data there.