-
Notifications
You must be signed in to change notification settings - Fork 953
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
Vendor WebGPU Bindings from web_sys #5325
Conversation
5d6a1cf
to
9cfa905
Compare
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.
Getting rid of --cfg=web_sys_unstable_apis
is going to be a big improvment in the user experience!
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.
wow, you made this look way more straight forward than I thought it could be. Awesome!!
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.
Really cool, thanks for doing this! I wish vendoring wasn't necessary but it seems like the best path forward until it stabilizes.
9cfa905
to
5b5eb1a
Compare
Connections
Closes #5258
Closes #5224
Description
This PR:
We do not use it public-ally, so this is not a breaking change. I plan to backport this.
cc @daxpedda
Testing
Manual testing of WebGPU, CI, and building manually.