Skip to content

Commit

Permalink
hint user about installing a solver if they plan to perform symbolic
Browse files Browse the repository at this point in the history
execution
  • Loading branch information
zapashcanon committed Jul 23, 2024
1 parent 23c71e9 commit e5b47cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ We also have [a fuzzer] that is able to generate random *valid* Wasm programs. F

```shell-session
$ opam install owi
# if you intend to use symbolic execution you must install one solver
# you can choose any solver supported by smtml
# z3, colibri2, bitwuzla-cxx or cvc5 for instance
$ opam install z3
```

If you don't have `opam`, you can install it following the [how to install opam] guide.
Expand Down

0 comments on commit e5b47cd

Please sign in to comment.