-
Notifications
You must be signed in to change notification settings - Fork 60
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
How do I run the wasm version in firefox? (Firefox panics: can't sleep, already borrowed: BorrowMutError) #588
Comments
The wasm support of this project is incomplete. |
While incomplete, you can run what exists so far with the steps in https://github.com/iceiix/stevenarella/tree/master/www Google Chrome (tested on 93.0.4577.63) provides the best support. It can render an WebGL title screen, allows interaction, and includes animated rendering of the default world (no textures yet): Testing on Firefox (used version 91.0.2), it does not get as far as Chrome. It renders the title screen, but soon crashes, due to:
panicked at 'can't sleep', library/std/src/sys/wasm/thread.rs:26:9
|
Exactly what the title says. Would like to know how to do that.
The text was updated successfully, but these errors were encountered: