You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 6, 2024. It is now read-only.
A simple Z3 SMT2 analyzer, ran entirely in your browser using WebAssembly.
4
+
5
+
## Using
6
+
7
+
Grab the pre-built artifacts from the releases. For how to use them, check out the official binding [notes](https://github.com/Z3Prover/z3/blob/master/src/api/js/PUBLISHED_README.md). The included test cases are a great starting point.
8
+
9
+
## Building
10
+
11
+
The [official guide](https://github.com/Z3Prover/z3/tree/master/src/api/js) explains this well. You can also check the GitHub workflow.
12
+
13
+
For Docker Ubuntu 22.04, you will need the following pre-setup:
0 commit comments