-
Notifications
You must be signed in to change notification settings - Fork 10
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
Nothing happens in web mode #6
Comments
I seem to get the same error. Any suggestions? |
I've managed to reproduce this locally and the browser console had this error:
Seems like something is panicking in the compiled wasm module. Unfortunately, I'm not sure what or how to fix it :-(. I've tried to comment out all of the implementation details in the tutorial and the error still persists so this is probably something in Quicksilver or some of its dependencies. Honestly, I think at this point it's probably better to wait for the version 0.4 of quicksilver. But that version is still not completely done and the docs are not fully updated, so I'm kind of waiting for that. If you want to dig into debugging this issue or updating the tutorial to work with 0.4-alpha, I'll be happy to give it a look! But I don't have any good suggestions and I won't be able to do it myself any time soon. |
cloned the repo then did:
cargo web start --release --auto-reload
Then it built and said:
You can access the web server at http://127.0.0.1:8000
But when I point chrome there I just get an empty white page.
The HTML:
When I click
quicksilver-roguelike.js
in the view source display it loads the source so it seems like it find the code.The text was updated successfully, but these errors were encountered: