Skip to content

Commit 2b0732c

Browse files
committed
GH001: Large files detected. https://git-lfs.github.com. try gzip compression
1 parent 93239f5 commit 2b0732c

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

python-wasm-sdk.sh

100755100644
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,12 @@ then
2525
then
2626
echo "make tarball"
2727
mkdir -p sdk
28-
tar -cpR emsdk devices/* prebuilt/* > sdk/stable.tar
28+
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
2934
else
3035
echo " cpython-build-emsdk-deps failed"
3136
exit 2
@@ -37,3 +42,4 @@ else
3742
fi
3843

3944
echo done
45+

0 commit comments

Comments
 (0)