All WASM examples on wgpu.rs don't start. Tested on current Chrome and Firefox.
Hi! Currently the examples will only run on Firefox Nightly or Chrome Canary with the experimental WebGPU flags enabled, there are instructions for each browser at https://github.com/gpuweb/gpuweb/wiki/Implementation-Status
Aha. Thank you for explanation. Just tested the examples in Chrome Canary with a special flag, and they start as expected there.
I think it might help to link to that page from the examples, so the visitors know why nothing is happening on the screen. But all in all, the issue is closed.
That's a good idea, I've added a note to https://wgpu.rs/examples/ that links to the implementation status page (probably need to refresh your browser's cache to see the change). cc @kvark
Yes, the banner is showing up now. Thanks @grovesNL !
Most helpful comment
I think it might help to link to that page from the examples, so the visitors know why nothing is happening on the screen. But all in all, the issue is closed.