File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 34
34
run : git clone https://github.com/emscripten-core/emsdk.git ~/emsdk && cd ~/emsdk && PYODIDE_EMSCRIPTEN_VERSION=$(~/env/bin/pyodide config get emscripten_version) && ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION} && ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}
35
35
36
36
- name : Build Z3
37
- run : source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions 0 -s MODULARIZE=1 -pthread -s WASM_BIGINT -s USE_PTHREADS =1" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive
37
+ run : source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions -pthread -s WASM_BIGINT -s USE_PTHREADS=1 PTHREAD_POOL_SIZE= 0 -s PTHREAD_POOL_SIZE_STRICT=0 -s MODULARIZE=1 -s DISABLE_EXCEPTION_CATCHING=0 -s SAFE_HEAP=0 -s DEMANGLE_SUPPORT =1" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive
38
38
39
39
- name : Setup env-pyodide
40
40
run : source ~/env/bin/activate && source ~/emsdk/emsdk_env.sh && pyodide venv ~/env-pyodide
You can’t perform that action at this time.
0 commit comments