-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update to latest z3 version #6
Comments
bump - would appreciate this |
Would love to merge a PR. |
There are now official builds and bindings of z3, with full support for threads in cases like timers. Initial load also takes less than 3 seconds on latest Safari, Chrome and Firefox. I adapted your UI to the official release and released it here as a static GitHub page: https://github.com/ViRb3/z3-wasm |
That looks really good @ViRb3 ! For the parts you recycled from this repo, please do keep the license terms in mind (including the copyright notice) |
Hey @cpitclaudel, sorry, I made the repo in a bit of a rush and didn't include a proper LICENSE file, though I did credit you in the README. Would it be okay if I include your license a LICENSE file, or would you like it as headers in each file that originates from here? |
Headers are the easiest way to track provenance, I think. Thanks for your efforts! :) |
Now it requires the use of SharedArrayBuffer, but the "old" version made by cpitclaudel worked without it. Could you please explain how to avoid using SharedArrayBuffer in the newest version? It requires COOP/COEP, but I can't add these headers for the entire app because some sources need to be accessed without them. |
No description provided.
The text was updated successfully, but these errors were encountered: