Skip to content

Commit b4758bb

Browse files
Use --static-swift-stdlib to use Foundation
1 parent f9d3ff8 commit b4758bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/compatibility.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@ jobs:
1818
set -eux
1919
make bootstrap
2020
cd Examples/Basic
21-
swift build --triple wasm32-unknown-wasi
22-
swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS
21+
swift build --triple wasm32-unknown-wasi --static-swift-stdlib
22+
swift build --triple wasm32-unknown-wasi -Xswiftc -DJAVASCRIPTKIT_WITHOUT_WEAKREFS --static-swift-stdlib

0 commit comments

Comments
 (0)