We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 615ff29 commit 35ab7e4Copy full SHA for 35ab7e4
recipes/recipes_emscripten/pycrdt/recipe.yaml
@@ -12,7 +12,9 @@ source:
12
13
build:
14
number: 0
15
- script: $PYTHON -m pip install . $PIP_ARGS
+ script:
16
+ - export RUSTFLAGS="-Z emscripten-wasm-eh -Z link-native-libraries=yes -C link-args=-fwasm-exceptions"
17
+ - $PYTHON -m pip install . $PIP_ARGS
18
19
requirements:
20
0 commit comments