-
-
Notifications
You must be signed in to change notification settings - Fork 850
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
Pyodide fatal error occurs in Pyxel on WASM #418
Comments
Other idea is set the |
Ok. As you mentioned, throwing an exception is intentional. So I will try |
@km19809 I agree with you. In that case, the point is how to I checked Emterpreter feature of Emscripten. It may be possible to realize This is my current hypothesis. |
Not the best solution, but I suppressed the uncaught exception error for an intentional 'unwind' exception from Emscripten by modifying Pyodide for now. |
I tested |
OK. Error itself is prevented now. So let me close this issue. |
When Pyxel is running on Web, Pyodide reports a fatal error.
As far as I have investigated:
I will continue to investigate, but please let me know if there is a good solution.
One idea is to stop print fatal_error from Pyodide when the exception name is 'unwind' .
The text was updated successfully, but these errors were encountered: