-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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 Won't Compile with bevy_log #3099
Comments
Quick fix: See Discord message with the same issue: https://discord.com/channels/691052431525675048/750833140746158140/907077223960432710 |
should be fixed on main by #3102, but it's still an issue on 0.5 |
Thank you! I've been using the main branch. Should i keep this issue open? |
Please keep it open until a decision has been made for 0.5 |
Sorry, I don't know why my repository reference appeared on the timeline. I was on the same trouble ,too. |
Closing as fixed by #3102. |
Bevy version
f4cfcc0
Operating system & version
Arch Linux
What you did
cargo build --target wasm32-unknown-unknown -Zunstable-options -Zbuild-std=panic_abort,std
It compiles fine until it reaches bevy_log:
What you expected to happen
For it to compile
What actually happened
A build failure
Additional information
The text was updated successfully, but these errors were encountered: