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 93239f5 commit 2b0732cCopy full SHA for 2b0732c
python-wasm-sdk.sh
100755
100644
@@ -25,7 +25,12 @@ then
25
then
26
echo "make tarball"
27
mkdir -p sdk
28
- tar -cpR emsdk devices/* prebuilt/* > sdk/stable.tar
+ cat > sdk/index.html <<END
29
+<html>
30
+<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
31
+</html>
32
+END
33
+ tar -cpRz emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.gz
34
else
35
echo " cpython-build-emsdk-deps failed"
36
exit 2
@@ -37,3 +42,4 @@ else
37
42
fi
38
43
39
44
echo done
45
+
0 commit comments