-
Notifications
You must be signed in to change notification settings - Fork 44
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
After local building and npm start, nothing is rendered, facing EXCEPTION: 1016816 #60
Comments
Hi @CharlesCai7 , Thanks for the report! |
I was able to reproduce the issue, which should now be mitigated if you pull the change I've just pushed. It seems the wasm builds of the past 6 weeks don't work in the playground. |
I was hoping that openscad/openscad#5235 would explain the issue (now need to pass |
Perhaps we need to set up WASM tests to guard against issues like this |
@kintel exploring some light testing in openscad/openscad#5210 (which also contains a couple of fixes: turns out the breakage was caused by filesystem functions and a stackLimit syscall that exploded on the web ) |
Sounds great - let's keep discussing in that PR |
The build now fetches a prebuilt binary (https://files.openscad.org/snapshots/ haven't caught up with the necessary fixes), and it's also possible to build your own with Thanks again for the bug report! |
The text was updated successfully, but these errors were encountered: