Skip to content

Commit

Permalink
readme: Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cpitclaudel committed Apr 18, 2018
1 parent 8a7f112 commit 6fcab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
``z3.wasm``
=============

This repo contains a build script to compile `Z3 <https://github.com/Z3Prover/z3/>`_ to WebAssembly using `emscripten <https://github.com/kripken/emscripten/>`_. To make things more reproducible, the build script may be run in a `Vagrant <https://www.vagrantup.com/>` VM.
This repo contains a build script to compile `Z3 <https://github.com/Z3Prover/z3/>`_ to WebAssembly using `emscripten <https://github.com/kripken/emscripten/>`_. To make things more reproducible, the build script may be run in a `Vagrant <https://www.vagrantup.com/>`_ VM.

Loading Z3 is fairly slow (~15 seconds on Chrome, though less than 1 second on Firefox), but verification typically is within a factor 2 to 5 of native performance.

Expand Down

0 comments on commit 6fcab58

Please sign in to comment.