-
Notifications
You must be signed in to change notification settings - Fork 89
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 builds fail #19
Comments
This seems to be an issue with the latest version of wasm-bindgen-cli. |
Everything works fine for me on 0.2.78 |
Hey, great template, thanks very much for your hard work! Getting the same issue as descirbed above, building on OSX 12.1:
Building and running natively works no problem |
I also tested it on 0.2.79 and it works fine there, too. |
Do you still get this issue using the new web setup with |
With the new setup the web workflow should have improved a lot. |
Thanks for making this template, but when I try to follow the steps to build for web on a fresh clone of this repo, it fails with the following output:
I get the same error when I try to use Github Actions to build this template from tags. It seems like an issue with the wasm-bindgen step?
However, I am able to build the standard Bevy examples to web just fine.
Is anyone else running into this issue? I'm running the latest version of Pop OS (Linux) and am able to build the template for Linux just fine, just not for web.
The text was updated successfully, but these errors were encountered: