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

Allow minification of pthread postMessage objects. NFC #22555

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Sep 10, 2024

In the part using unquoted key here meant that closure would minify these key and this was a problem because the separate worker.js files would not then be able to interpret them.

However since #21701 landed there is no longer separate worker.js file so closure can minify these keys and it will effect both sending and receiving code.

In the part using unquoted key here meant that closure would minify
these key and this was a problem because the separate worker.js files
would not then be able to interpret them.

However since emscripten-core#21701 landed there is no longer separate worker.js file
so closure can minify these keys and it will effect both sending and
receiving code.
@sbc100 sbc100 merged commit 52e8c4b into emscripten-core:main Sep 11, 2024
28 checks passed
@sbc100 sbc100 deleted the minify_pthread_messages branch September 11, 2024 00:38
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

Successfully merging this pull request may close these issues.

2 participants