You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Looks like
getMemory
is no longer part of the Emscripten API - Discussion.It's used in [email protected]
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
?The text was updated successfully, but these errors were encountered: