To get the build to work without rewriting game.js you can install and activate an older version of emsdk, Anything pre 2.0.3 should work (I tested 2.0.0)
./emsdk install 2.0.0
./emsdk activate 2.0.0
In the future, perhaps we could see about rewriting game.js?
Looks like
getMemory
is no longer part of the Emscripten API - Discussion.It's used in processPackageData@game.js
To get the build to work without rewriting
game.js
you can install and activate an older version of emsdk, Anything pre 2.0.3 should work (I tested 2.0.0)In the future, perhaps we could see about rewriting
game.js
?