bevyengine / bevyengine/bevy-website
Bevymark and some other examples seem to fail on website
- Dominant language
- JavaScript
- Stars
- 249
- Forks
- 450
- Avg merge
- 16h 20m
- Merged PRs (30d)
- 6
Description
Both on firefox and chrome-based browsers, both the webgl and webgpu builds of bevymark, many-foxes and some other examples on the website seem to error out with a unreachable error.
```
Uncaught (in promise) RuntimeError: unreachable executed
__wbg_finalize_init https://bevy-webgl2-examples.pages.dev/Stress Tests/many-foxes/wasm_example.js:1901
__wbg_init https://bevy-webgl2-examples.pages.dev/Stress Tests/many-foxes/wasm_example.js:1937
```
this is the error from many_foxes firefox using webgl. the chrome one has a few more addresses in the traceback, but is essentially the same.
the same happens for some other examples
Contributor guide
Assessment
This issue has not been assessed yet.