-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
wasm: enable JSPI #59941
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
wasm: enable JSPI #59941
Conversation
Review requested:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lgtm but the test could use a comment that explains the expectations a bit as most folks aren't familiar with jspi yet and won't have much context.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #59941 +/- ##
==========================================
+ Coverage 88.25% 88.44% +0.19%
==========================================
Files 703 703
Lines 207412 207402 -10
Branches 39893 39991 +98
==========================================
+ Hits 183052 183445 +393
+ Misses 16313 15930 -383
+ Partials 8047 8027 -20
🚀 New features to boost your workflow:
|
Sure, I've added some more documentation to the test. |
PR-URL: #59941 Reviewed-By: James M Snell <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
Landed in 4396cf2. |
This enables the WebAssembly JS Promise Integration Stage 4 WebAssembly proposal which is currently shipped in Chrome.
A new Wasm test is also included to verify that it works correctly.