We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9d3ff8 commit b4758bbCopy full SHA for b4758bb
.github/workflows/compatibility.yml
@@ -18,5 +18,5 @@ jobs:
18
set -eux
19
make bootstrap
20
cd Examples/Basic
21
- swift build --triple wasm32-unknown-wasi
22
- swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS
+ swift build --triple wasm32-unknown-wasi --static-swift-stdlib
+ swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS --static-swift-stdlib
0 commit comments