Skip to content

Use normal unquoted names in wasm worker messages. NFC #24232

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented May 1, 2025

Now that the wasm worker code is always in the same file as the main JS code there is no need to quote or minify these names. See #24163.

@sbc100 sbc100 requested review from kripken and RReverser May 1, 2025 00:32
___set_stack_limits(m['sb'] + m['sz'], m['sb']);
// region between wwParams.stackLowAddress and wwParams.stackSize, so we
// need to fix up the call below.
___set_stack_limits(wwParams.stackLowAddress + wwParams.stackSize, wwParams.stackLowestAddress);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Above we have stackLowestAddress and here stackLowAddress - ?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess that explains why the tests didn't pass :)

Now that the wasm worker code is always in the same file as the main
JS code there is no need to quote or minify these names.  See emscripten-core#24163.
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.

3 participants