You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our CI for updating the examples on the wgpu.rs web site is failing on the current examples.
I updated the gecko branch to 0b61a19, and the "Generate JS bindings for WebGPU examples" step failed:
for i in target/wasm32-unknown-unknown/release/examples/*.wasm;
do
wasm-bindgen --no-typescript --out-dir target/generated-gpu --web "$i";
done
shell: /usr/bin/bash -e {0}
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-cli-support-0.2.80/src/descriptor.rs:208:15
The text was updated successfully, but these errors were encountered:
Our CI for updating the examples on the
wgpu.rs
web site is failing on the current examples.I updated the
gecko
branch to 0b61a19, and the "Generate JS bindings for WebGPU examples" step failed:The text was updated successfully, but these errors were encountered: