From d70ef62e9e0683789f745c6a4354495f39354c15 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Thu, 10 Oct 2024 08:24:49 -0700 Subject: [PATCH] [wgpu] Revert changes to vendored copy of web-sys from #6377. (#6380) Revert the changes to the vendored copy of web-sys's WebGPU bindings made in #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 #6290.