mirror of
https://github.com/Z3Prover/z3
synced 2025-04-06 17:44:08 +00:00
Fix the Julia bindings paragraph in README (#4068)
This commit is contained in:
parent
08290230db
commit
50d58114cf
|
@ -200,13 +200,14 @@ python -c 'import z3; print(z3.get_version_string())'
|
|||
|
||||
See [``examples/python``](examples/python) for examples.
|
||||
|
||||
### ``Julia``
|
||||
|
||||
[Julia bindings](src/api/julia) can be enabled using the build option `Z3_BUILD_JULIA_BINDINGS` from the CMake system.
|
||||
|
||||
### ``Web Assembly``
|
||||
|
||||
[WebAssembly](https://github.com/cpitclaudel/z3.wasm) bindings are provided by Clément Pit-Claudel.
|
||||
|
||||
### ``Julia```
|
||||
Julia bindings can be enabled using the build option Z3_BUILD_JULIA_BINDINGS from the CMake system.
|
||||
|
||||
## System Overview
|
||||
|
||||

|
||||
|
|
Loading…
Reference in a new issue