We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea590de commit 8804890Copy full SHA for 8804890
.github/workflows/pyodide.yml
@@ -34,7 +34,7 @@ jobs:
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
36
- name: Build Z3
37
- run: source ~/emsdk/emsdk_env.sh && cd src/api/python && ~/env/bin/pyodide build --exports whole_archive
+ run: source ~/emsdk/emsdk_env.sh && cd src/api/python && CFLAGS="-fexceptions" LDFLAGS="-fexceptions" ~/env/bin/pyodide build --exports whole_archive
38
39
- name: Setup env-pyodide
40
run: source ~/env/bin/activate && source ~/emsdk/emsdk_env.sh && pyodide venv ~/env-pyodide
0 commit comments