-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[core] Running the web example throws an exception. #802
Comments
Please, could you post the code you are compiling? Just remember that game loop must be adapted for web. |
As the title says, I'm compiling the web example (core_basic_window_web.c). (At least I think so.) |
Could this be related to that I am using Raspberry Pi? |
This is a very weird error, I've been investigating it and seems related to latest emscripten... In the meantime I pushed a solution on commit 0c567cd. Please, let me know if it works. |
It does not.
|
|
Per your output it seems you're compiling In any case, nice to read it worked. |
Thanks, your commit fixed the exception issue for me. Though, I question your hardcoding of emsdk environment variables. It causes emcc to not be found when using the environmental script as provided by emscripten. By commenting out the hardcoded environment variables from the Makefile, I'm able to transpile properly. |
@RandomErrorMessage Should you make that a separate issue? |
Happens when trying to run the web example. My browser is Chromium, and I built the example by copying the command from make and changing the paths to work with Linux.
The text was updated successfully, but these errors were encountered: