-
Notifications
You must be signed in to change notification settings - Fork 2
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
Issue with emscripten version #3
Comments
I had updated the code for version 3.1.51+ with the following changes (8917c79). EDIT: I have updated the code to work with the latest version of Emscripten (3.1.65). |
Can you show me the contents of “Aborted (Assertion failed)”? |
I'm getting a similar issue on IOS although the samples on https://webgpu.github.io/webgpu-samples/ work fine. I don't know if this is an issue with my device or Emscripten, that site is using typescript. |
Strange. Are you using the Lines 28 to 68 in 77ca780
The default Emscripten shell does not provide this property and that would explain your error message. Otherwise, share your output files. |
My code merges the shell.html and the final .HTML file. But I'm mostly going based on the itch.io link you have. |
I have updated the zip file on the itch.io link. Could you try again? |
It’s just a black screen for me. |
Which web browser are you using and does it support WebGPU? |
The other site works fine, so it should work it. As for the dev log. I’m running it on iOS and I’m not sure how to open the dev log if I can. |
I have try on iOS Safari and that works for me (iOS 18). |
I did have it enabled but I was using IOS 17. I updated to IOS 18 and made sure it was enabled, but the same issue happened. If it was not enabled the other site would not work. |
I’m testing with the itch.io link, but I’m trying to see if this works because I’m using a modified version of your code for my project. https://colleagueriley.github.io/RGFW/webasm/webgpu.html |
After resetting Safari twice, it started working. |
Which emscripten version did you use to compile this code? I tried the 3.1.45 version and it didn't work for me.
The text was updated successfully, but these errors were encountered: