Defold 1.2.170 BETA

The crash you shared showed problems with Pointer_stringify, which according to our Emscripten release notes have been changed in Emscripten 1.39:

Pointer_stringify is used in a bunch of places and need to be changed to UTF8ToString: extension-facebook/facebook/lib/web/library_facebook.js at master · defold/extension-facebook · GitHub

It would be great if you could make the change and submit a PR!

2 Likes