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 f43059c commit 02c11f3Copy full SHA for 02c11f3
python-wasm-sdk.sh
@@ -32,7 +32,7 @@ then
32
<a href=python-wasm-sdk-stable.tar.gz>python-wasm-sdk (emsdk tot, python 3.11b1)</a>
33
</html>
34
END
35
- tar -cpR emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar
+ tar -cpRj emsdk devices/* prebuilt/* > sdk/python-wasm-sdk-stable.tar.bz2
36
else
37
echo " cpython-build-emsdk-deps failed"
38
exit 2
0 commit comments