Strange wasm render error on my linux desktop browser
- Dominant language
- Rust
- Stars
- 48.2k
- Forks
- 4.8k
- Avg merge
- 3d 22h
- Merged PRs (30d)
- 161
Description
## Bevy version
bevy 0.15
## \[Optional\] Relevant system information
If you cannot get Bevy to build or run on your machine, please include:
- the Rust version you're using (you can get this by running `cargo --version`)
- rust version: v1.83.0-nightly
- the operating system or browser used, including its version
- Linux6.12.7-arch1-1 SMP PREEMPT_DYNAMIC Fri, 27 Dec 2024 14:24:37 +0000 x86_64 GNU/Linux
- chrome Version 131.0.6778.204 (Official Build) (64-bit)
If your bug is rendering-related, copy the adapter info that appears when you run Bevy.
```ignore
` AdapterInfo { name: "NVIDIA GeForce GTX 1060 3GB", vendor: 4318, device: 7044, device_type: DiscreteGpu, driver: "NVIDIA", driver_info: "565.77", backend: Vulkan }`
```
browser
```ignore
`AdapterInfo { name: "ANGLE (Google, Vulkan 1.3.0 (SwiftShader Device (Subzero) (0x0000C0DE)), SwiftShader driver)", vendor: 0, device: 0, device_type: Cpu, driver: "", driver_info: "WebGL 2.0 (OpenGL ES 3.0 Chromium)", backend: Gl }`
```
You should also consider testing the examples of our upstream dependencies to help isolate any setup-specific issue:
- [`wgpu`](https://github.com/gfx-rs/wgpu) for rendering problems
- [`winit`](https://github.com/rust-windowing/winit) for input and window management
- [`gilrs`](https://docs.rs/gilrs/latest/gilrs/) for gamepad inputs
## What you did
spawn three node under the cell, one is visible , other are hidden.
## What went wrong
In my linux desktop , chrome and firefox render wasm error, native is ok

## Additional information
Other information that can be used to further reproduce or isolate the problem.
This commonly includes:
[online demo](https://foxzool.github.io/nyt_sudoku/)
[source code](https://github.com/foxzool/nyt_sudoku)
Contributor guide
Assessment
This issue has not been assessed yet.