mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 00:55:31 +00:00
wasm: attempt to GC in tests (#7400)
This commit is contained in:
parent
82eb18674b
commit
103c5ad71c
4 changed files with 10 additions and 6 deletions
2
.github/workflows/wasm.yml
vendored
2
.github/workflows/wasm.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
source $(dirname $(which emsdk))/emsdk_env.sh
|
||||
which node
|
||||
which clang++
|
||||
npm run build:wasm -- -sINITIAL_MEMORY=128MB -sALLOW_MEMORY_GROWTH
|
||||
npm run build:wasm
|
||||
|
||||
- name: Test
|
||||
run: npm test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue