Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[wgpu] Revert changes to vendored copy of web-sys from gfx-rs#6377.
Revert the changes to the vendored copy of web-sys's WebGPU bindings made in gfx-rs#6377. The only purpose of vendoring is to pin down our WebGPU JS bindings, not to allow local changes. And as it turns out, removing the `max_inter_stage_shader_components` accessor isn't necessary in order to fix gfx-rs#6290.
- Loading branch information