Skip to content

Continue transition from asm to wasmExports. NFC #19900

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

Merged
merged 1 commit into from
Jul 26, 2023
Merged

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Jul 26, 2023

I missed a few cases back in #19816. This change completely the transition saving even more on code size.

I missed a few cases back in #19816.  This change completely the
transition saving even more on code size.
@sbc100 sbc100 force-pushed the wasmExports_part2 branch from 140c53e to 829e61e Compare July 26, 2023 13:47
@@ -53,7 +53,6 @@ if (typeof WebAssembly != 'object') {
// Wasm globals

var wasmMemory;
var wasmExports;
Copy link
Member

Choose a reason for hiding this comment

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

Where is this defined if not here?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

emscripten.py declares this, on line 818

Copy link
Member

Choose a reason for hiding this comment

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

Ah, I missed that somehow, thanks.

@sbc100 sbc100 merged commit fa2a1f3 into main Jul 26, 2023
@sbc100 sbc100 deleted the wasmExports_part2 branch July 26, 2023 18:35
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