Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 582 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 582 Bytes

z3-wasm

A simple Z3 SMT2 analyzer, ran entirely in your browser using WebAssembly.

Website

Building

npm i
npm run build

The built website will be in dist/.

Running locally

md z3-wasm
xcopy dist z3-wasm
npx parcel z3-wasm\index.html

Open a browser to http://localhost:1234

Credits

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