mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +00:00
add pointer to build parameters to README #6518
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
f6d411d54b
commit
ea0d09b6c8
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ You'll need to have emscripten set up, along with all of its dependencies. The e
|
|||
|
||||
Then run `npm i` to install dependencies, `npm run build:ts` to build the TypeScript wrapper, and `npm run build:wasm` to build the wasm artifact.
|
||||
|
||||
### Build on your own
|
||||
|
||||
Consult the file [build-wasm.ts](https://github.com/Z3Prover/z3/blob/master/src/api/js/scripts/build-wasm.ts) for configurations used for building wasm.
|
||||
|
||||
## Tests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue