Closed ParticleG closed 1 week ago
Also the compat version can't launch the game due to:
Uncaught TypeError: Module.getMemory is not a function
at processPackageData (game.js:230:38)
at putMetadataRequest.onsuccess (game.js:209:11)
Figured it out. It's due to using a newer version of emsdk
I've forked the repo and made a github action workflow for it: main.yml
And I noticed the cmake parameters are different in
build_lovejs.bat
andbuild_lovejs.sh
, I use linux script for reference and successfully built a compat version releaseI also noticed the release version failed to built due to
--shared-memory
issueCould you please take a look and help me fix the build procedure?