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] Fix closure compiler builds, enable it in CI. #94789

Merged

Conversation

Faless
Copy link
Collaborator

@Faless Faless commented Jul 26, 2024

In this PR:

Fixes #94725

The offending symbol gets stripped away by wasm-dce but it's used on the
JavaScript side and causes and undefined symbol which also causes the
closure compiler to throw an error.
Also fixes some JSDoc annotations in GodotAudio
@Faless Faless force-pushed the web/fix_thread_cc_with_workaround branch from 2747177 to 96feb92 Compare July 26, 2024 11:27
@akien-mga akien-mga merged commit 607b230 into godotengine:master Jul 26, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@Faless Faless deleted the web/fix_thread_cc_with_workaround branch July 26, 2024 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Web closure compiler build fails after #94109
3 participants