File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 50
50
51
51
# embding more broken in 3.1.51
52
52
53
- export EMFLAVOUR=${EMFLAVOUR: latest}
54
- # export EMFLAVOUR=${EMFLAVOUR:-tot}
53
+ # export EMFLAVOUR=${EMFLAVOUR:latest}
54
+ export EMFLAVOUR=${EMFLAVOUR:- tot}
55
55
56
56
57
57
# base wasm features pure is "mvp" , "bi" is bigint
Original file line number Diff line number Diff line change @@ -14,14 +14,20 @@ $HPIP install --upgrade $PACKAGING
14
14
$HPIP install --upgrade setuptools
15
15
16
16
# aioconsole only for the simulator
17
- $HPIP install --upgrade aioconsole
17
+ # $HPIP install --upgrade aioconsole
18
+
19
+
18
20
19
21
# support package build/install
20
22
$HPY -m pip install --upgrade $PACKAGING
21
23
22
-
23
24
PIP=" ${SDKROOT} /python3-wasm -m pip"
24
25
26
+
27
+ $HPIP install --upgrade typing_extensions mypy_extensions
28
+ $PIP install --upgrade typing_extensions mypy_extensions
29
+
30
+
25
31
echo "
26
32
* cpython-build-emsdk-prebuilt pip==$PIP *
27
33
" 1>&2
You can’t perform that action at this time.
0 commit comments