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

Simplify createWasm. NFC #23227

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

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Dec 19, 2024

I have no idea who this seems to be a minor code size regression.

I have no idea who this seems to be a minor code size regression.
@sbc100 sbc100 force-pushed the simplify_createWasm branch from b03368d to 225d3a4 Compare December 19, 2024 05:52
@sbc100 sbc100 requested review from kripken and dschuff and removed request for kripken and dschuff December 19, 2024 05:53
@sbc100 sbc100 marked this pull request as draft December 19, 2024 07:48
@@ -472,9 +472,6 @@ function abort(what) {
/** @suppress {checkTypes} */
var e = new WebAssembly.RuntimeError(what);

#if MODULARIZE
readyPromiseReject(e);
#endif
Copy link
Member

Choose a reason for hiding this comment

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

Why is this no longer needed?

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've marked this is a draft for now. I'll come back to it in the new year .

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