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

[wgpu] Revert changes to vendored copy of web-sys from #6377. #6380

Merged

Commits on Oct 8, 2024

  1. [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.
    jimblandy committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    d0798ca View commit details
    Browse the repository at this point in the history