Skip to content

Commit

Permalink
add pointer to build parameters to README Z3Prover#6518
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner authored and hgvk94 committed Mar 27, 2023
1 parent 4f98e24 commit dbcd515
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/api/js/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit dbcd515

Please sign in to comment.