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 98aa23d commit 68fd8a5Copy full SHA for 68fd8a5
Examples/Embedded/build.sh
@@ -2,4 +2,4 @@
2
set -euxo pipefail
3
package_dir="$(cd "$(dirname "$0")" && pwd)"
4
swift package --package-path "$package_dir" \
5
- -c release --swift-sdk "$(swiftc -print-target-info | jq -r '.swiftCompilerTag')_wasm-embedded" js
+ -c release --swift-sdk "${SWIFT_SDK_ID_wasm32_unknown_wasip1-embedded:-${SWIFT_SDK_ID:-wasm32-unknown-wasip1-embedded}}" js
0 commit comments