-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
WebGPU build broken #3675
Comments
struggling with this one. It seems to fail a cast that should just work. Suspected some kind of web_sys/wasm-bindgen version issue but updating those didn't help so far. Hoping for responses on wgpu matrix chat right now |
Meanwhile, |
According to @Wumpf the wgpu web build works again with this wgpu pr), so this will likely solve itself when we update wgpu |
Hey emilk, i am not sure if the error message i get when i try to compile the eframe template with wgpu instead of glow is related to the above described issue:
Maybe that helps ? |
no, that's a compilation issue. Looks like you're using an old web-sys |
A fix is coming in #3824 |
mmh, i am using the current version of web-sys 0.3.67. I just took the |
@rakurtz you are using a newer web-sys with an older see gfx-rs/wgpu#4777 |
* Closes #3675 --------- Co-authored-by: Andreas Reich <[email protected]> Co-authored-by: Mingun <[email protected]>
./scripts/build_demo_web.sh --webgpu --release
./scripts/start_server.sh
The text was updated successfully, but these errors were encountered: