A simple Z3 SMT2 analyzer, ran entirely in your browser using WebAssembly.
npm i
npm run build
The built website will be in dist/
.
md z3-wasm
xcopy dist z3-wasm
npx parcel z3-wasm\index.html
Open a browser to http://localhost:1234
Front end heavily influenced from cpitclaudel/z3.wasm.
-
integration with released version of z3 forked from ViRb3,
-
multiple examples based on Phillip Zucker's demo