File tree Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Expand file tree Collapse file tree 2 files changed +16
-7
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,11 @@ export GOROOT=$SDKROOT/go
120
120
121
121
EXTRABINS=" $EXTRABINS $GOROOT /bin"
122
122
123
+ # ============== wasmer =================
124
+ # curl https://get.wasmer.io -sSfL | sh
125
+
126
+ export WASMER_DIR==/opt/python-wasm-sdk/wasmer
127
+
123
128
124
129
# ================ bun ====================
125
130
export BUN_INSTALL=${SDKROOT} /bun
Original file line number Diff line number Diff line change 7
7
" 1>&2
8
8
9
9
10
+
11
+ # probably lot of pip install made in cpython-build-emsdk-prebuilt.sh
12
+ # should only go here in host python
13
+
14
+ # TODO
15
+
16
+
17
+
10
18
# install and update critical packages.
11
19
$HPIP install --upgrade pip
12
20
13
-
14
21
# 3.12 and git deprecated setuptools bundling.
15
22
# NO MORE: setuptools is patched for bdist_wheel
16
- # $HPIP install --upgrade setuptools
23
+ $HPIP install --upgrade setuptools
17
24
18
-
19
- # probably lot of pip install made in cpython-build-emsdk-prebuilt.sh
20
- # should only go here in host python
21
-
22
- # TODO
25
+ # install early to build some host tools like w2c2
26
+ $HPIP install --upgrade cmake
You can’t perform that action at this time.
0 commit comments