Error running hello-triagle compiled to wasm #1806
Unanswered
TheMrAmazing
asked this question in
Q&A
Replies: 1 comment
-
Sometimes the web backend and browsers (Firefox Nighlty and Chrome Canary) fall out of sync (the web API still changes occasionally) and we'll get errors like this. We try to sync up the web backend every so often, but in the meantime you could use an older version of wgpu or the browsers. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am having trouble running the hello-triangle compiling to wasm. It has compiled fine, and I am able to run this example: https://wgpu.rs/examples/?example=hello-triangle but when I try and run that same sample compiled myself on the same browser, I get these errors:
I am just starting out with Rust, WASM, and WebGPU so I may be making a dumb mistake. Let me know if you need any more information.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions