-
Notifications
You must be signed in to change notification settings - Fork 79
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
Create a GitHub pages site with the bevy_ggrs
example
#331
Conversation
Okay, it's deploying now, but seems I glossed over the issue with the panic:
|
Should also check why the artifact is 85 mb, maybe we're not building release builds? |
Alternatively, we can do this with just wasm-opt/wasm-pack, and we can use the same launcher I use for all the embeds on my blog: https://johanhelsing.studio/bevy-embed?app=extreme_4 Should allow the example to stay simple stupid (no trunk/yew or anything), and no hacks for canvas elements. |
That would definitely be the case. My builds are usually <10MB in release mode when I deploy my entire game (which includes matchbox). |
Closing in favor of #335 |
Resolves #212
Code largely borrowed from bevy-shell-template
Supersedes: #244