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 83c2b94 commit b858175Copy full SHA for b858175
Examples/Swiftle/build-full-release.sh
@@ -0,0 +1,8 @@
1
+OUTDIR=Public/lib/swiftle
2
+set -ex
3
+
4
+swift package \
5
+ --swift-sdk "$(swiftc -print-target-info | jq -r '.swiftCompilerTag')_wasm" \
6
+ --enable-experimental-prebuilts \
7
+ --allow-writing-to-package-directory \
8
+ js -c release --output $OUTDIR --use-cdn --debug-info-format dwarf
0 commit comments