Skip to content

Commit 35ab7e4

Browse files
committed
Test pycrdt
1 parent 615ff29 commit 35ab7e4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

recipes/recipes_emscripten/pycrdt/recipe.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ source:
1212

1313
build:
1414
number: 0
15-
script: $PYTHON -m pip install . $PIP_ARGS
15+
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
1618

1719
requirements:
1820
build:

0 commit comments

Comments
 (0)