-
Notifications
You must be signed in to change notification settings - Fork 11
Added implementation for a wasm backend #23
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
base: main
Are you sure you want to change the base?
Conversation
Very nice, I just took it for a little test drive.
which in your current implementation will stop accepting input but keep drawing the same state. What do you think about this instead:
which would reload the page on |
Another thing: how do I play a sound file? I just tried
using your catchy demo tune but this crashes the program with this log:
where line 239 in
|
As you mentioned, a close does actually not make much sense in the browser context, so maybe one could leave this just empty and it would be fine.
At least something. If you want, I can fix this in my PR. Then you can keep things clear, but it's up to you. |
This was on my todo list as well. Actually, that's why I initially wrote the demo in the first place. The audio code was written rather blindly and everything is more or less untested. Either you fix it on your own or I can have a look at it on the weekend. |
No description provided.