mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
Update emscripten (#7473)
* fixes for newer emscripten thread handling behavior * fix return type for async wrapper functions * update prettier * update typescript and fix errors * update emscripten version in CI * update js readme about tests
This commit is contained in:
parent
4fbf54afd0
commit
e5f8327483
17 changed files with 275 additions and 108 deletions
2
.github/workflows/wasm-release.yml
vendored
2
.github/workflows/wasm-release.yml
vendored
|
@ -10,7 +10,7 @@ defaults:
|
|||
working-directory: src/api/js
|
||||
|
||||
env:
|
||||
EM_VERSION: 3.1.15
|
||||
EM_VERSION: 3.1.73
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
|
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -10,7 +10,7 @@ defaults:
|
|||
working-directory: src/api/js
|
||||
|
||||
env:
|
||||
EM_VERSION: 3.1.15
|
||||
EM_VERSION: 3.1.73
|
||||
|
||||
permissions:
|
||||
contents: read # to fetch code (actions/checkout)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue