Skip to content
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

Open
io12 opened this issue Apr 9, 2020 · 7 comments
Open

Update to latest z3 version #6

io12 opened this issue Apr 9, 2020 · 7 comments

Comments

@io12
Copy link

io12 commented Apr 9, 2020

No description provided.

@jakeisnt
Copy link

jakeisnt commented Apr 2, 2022

bump - would appreciate this

@cpitclaudel
Copy link
Owner

Would love to merge a PR.

@ViRb3
Copy link

ViRb3 commented Apr 24, 2022

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

@cpitclaudel
Copy link
Owner

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)

@ViRb3
Copy link

ViRb3 commented Apr 25, 2022

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?

@cpitclaudel
Copy link
Owner

Headers are the easiest way to track provenance, I think. Thanks for your efforts! :)

@MargeKh
Copy link

MargeKh commented May 22, 2024

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

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants