compile wasm error #2416
-
I'm trying to compile example/3d/3d_scene into wasm, using this may cause by bevy_wgpu feature, how can i solve the errors? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
WGPU currently does not support WASM. #793 |
Beta Was this translation helpful? Give feedback.
-
Hit me up if you have any questions about bevy_webgl2! I just got done with a simple project using it and ran into a lot of issues I had to solve. |
Beta Was this translation helpful? Give feedback.
WGPU currently does not support WASM. #793
Instead, you can use https://github.com/mrk-its/bevy_webgl2 as the render backend.
For a quicker setup for WASM you can use these two Templates: