mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
add web assembly link
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
97cee7d0a4
commit
393d25f661
|
@ -189,3 +189,7 @@ python -c 'import z3; print(z3.get_version_string())'
|
||||||
|
|
||||||
See [``examples/python``](examples/python) for examples.
|
See [``examples/python``](examples/python) for examples.
|
||||||
|
|
||||||
|
### ``Web Assembly``
|
||||||
|
|
||||||
|
[WebAssembly](https://github.com/cpitclaudel/z3.wasm)
|
||||||
|
Web Assembly bindings are provided by Clément Pit-Claudel.
|
||||||
|
|
Loading…
Reference in a new issue