We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In defold 1.8.0 emscripten was updated and GA need fixes for web build.
https://forum.defold.com/t/defold-1-8-0-beta/76535/8
Updated to the latest version of Emscripten - this will necessitate updating the extensions due to API changes.
https://github.com/AGulev/GA-SDK-DEFOLD
The text was updated successfully, but these errors were encountered:
@dorin-ga Look at this diff
AGulev@dc620dc#diff-a31a2749a81d844fee022977a1dc0195c773167c171ff178067650088393b37b
return stringToUTF8OnStack(returnStr);
-mergeInto(LibraryManager.library, GameAnalyticsDefold); +addToLibrary(GameAnalyticsDefold);
Sorry, something went wrong.
dorin-ga
No branches or pull requests
In defold 1.8.0 emscripten was updated and GA need fixes for web build.
https://forum.defold.com/t/defold-1-8-0-beta/76535/8
https://github.com/AGulev/GA-SDK-DEFOLD
The text was updated successfully, but these errors were encountered: