-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WASM build is failing for projects using Bevy 0.12 (including the Bevy wasm example) #10417
Comments
This is #10412. Running |
Nope, just tested again after running |
for now should make it work |
Yep, that seems to work as a workaround. |
Blocking should never be used in any asynchronous context, this will never be tolerated in browsers (wasm32-unknown-unknown). |
It is currently impossible to merge any PR due to this issue. Marking the issue as critical. |
Resolved now? |
Yes, the issue seems to have gone away now. |
Bevy version
0.12.0
[Optional] Relevant system information
cargo 1.73.0 (9c4383fb5 2023-08-26)
Windows 10 Pro 22H2 build 19045.3570
What you did
Try to build a Bevy 0.12.0 project for WASM.
What went wrong
The build fails with this error.
This happens both with my game project, and when trying to build the WASM example in the Bevy repository.
The text was updated successfully, but these errors were encountered: