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 a944460 commit 5225b05Copy full SHA for 5225b05
tar_from_installation.sh
@@ -20,4 +20,9 @@ rm -rf $PKGDIR
20
cp -R /opt/wasi-sdk $PKGDIR
21
cd build
22
tar czf wasi-sdk-$VERSION\-$MACHINE.tar.gz wasi-sdk-$VERSION
23
+
24
+# As well as the full SDK package, also create archives of libclang_rt.builtins
25
+# and the sysroot. These are made available for users who have an existing clang
26
+# installation.
27
tar czf libclang_rt.builtins-wasm32-wasi-$VERSION.tar.gz -C compiler-rt lib/wasi
28
+tar czf wasi-sysroot-$VERSION.tar.gz -C wasi-sdk-$VERSION/share wasi-sysroot
0 commit comments