Skip to content

Run Z3 entirely in your browser using WebAssembly

License

Notifications You must be signed in to change notification settings

NikolajBjorner/z3-wasm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Run Z3 entirely in your browser using WebAssembly

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 91.4%
  • JavaScript 6.8%
  • CSS 1.8%