-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Move WebAssembly API out of JavaScript builtins #20609
Conversation
Sister PR to mdn/browser-compat-data#20609. Merge when that PR is merged.
This pull request has merge conflicts that must be resolved before it can be merged. |
This does need a PR on the content side to basically update the BCD queries in MDN page front-matters, right? |
I've opened mdn/content#30259 |
Fix linter to allow Deno/NodeJS in WASM category
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.
Thanks @queengooborg 👍
* Move WebAssembly API to `webassembly.api` Sister PR to mdn/browser-compat-data#20609. Merge when that PR is merged. * Fix unittest
This PR moves the WebAssembly API data out of the JavaScript builtins folder and into the WebAssembly folder. This is an attempt to fix #20349.