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

Begin tracking the JSPI Wasm feature #7076

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

yoshuawuyts
Copy link

Closes #7075. Begins tracking the status of the WebAssembly JavaScript Promise Integration specification. Thanks!

@yoshuawuyts
Copy link
Author

I've updated the browser versions with the specific flags required to enable the feature to be used. I've also filed a sibling PR for Firefox JSPI support on the WebAssembly website here: WebAssembly/website#384. I believe the data here now is fully up to date, and accurately represents current support.

cc/ @yurydelendik just a quick FYI that I've also submitted JSPI support to also be tracked here.

features-json/jspi.json Outdated Show resolved Hide resolved
"title": "JavaScript Promise Integration",
"description": "Bridges the gap between synchronous WebAssembly applications and asynchronous Web APIs",
"spec": "https://github.com/WebAssembly/js-promise-integration",
"status": "wd",
Copy link
Contributor

Choose a reason for hiding this comment

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

technically speaking, this feature hasn't reached our W3C WD yet. It's in the CG stage 3 of standardization, and after hit reaches stage 4 it can be shipped (and then we'll merge it into the WD). Not sure what the best status for that is.

Co-authored-by: Derek Schuff <[email protected]>
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.

Track the status of the JavaScript Promise Integration specification
2 participants