Skip to content
New issue

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

Web need update for defold 1.8.0 #44

Open
d954mas opened this issue May 13, 2024 · 1 comment
Open

Web need update for defold 1.8.0 #44

d954mas opened this issue May 13, 2024 · 1 comment
Assignees

Comments

@d954mas
Copy link

d954mas commented May 13, 2024

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

@dorin-ga dorin-ga self-assigned this Jun 5, 2024
@d954mas
Copy link
Author

d954mas commented Jun 17, 2024

@dorin-ga
Look at this diff

AGulev@dc620dc#diff-a31a2749a81d844fee022977a1dc0195c773167c171ff178067650088393b37b

return stringToUTF8OnStack(returnStr);

-mergeInto(LibraryManager.library, GameAnalyticsDefold);
+addToLibrary(GameAnalyticsDefold);

@dorin-ga dorin-ga reopened this Jun 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants