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

Commits on Sep 10, 2024

  1. Allow minification of pthread postMessage objects. NFC

    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 committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    7ebce73 View commit details
    Browse the repository at this point in the history