Skip to content

Commit 58e5981

Browse files
committed
Use SwiftWasm TSC fork to enable .wasm binary ext
1 parent 6ba2613 commit 58e5981

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

utils/update_checkout/update-checkout-config.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"swift-driver": {
1414
"remote": { "id": "apple/swift-driver" } },
1515
"swift-tools-support-core": {
16-
"remote": { "id": "apple/swift-tools-support-core" } },
16+
"remote": { "id": "swiftwasm/swift-tools-support-core" } },
1717
"swiftpm": {
1818
"remote": { "id": "swiftwasm/swift-package-manager" } },
1919
"swift-syntax": {
@@ -88,7 +88,7 @@
8888
"swift": "swiftwasm-release/5.3",
8989
"cmark": "release/5.3",
9090
"llbuild": "release/5.3",
91-
"swift-tools-support-core": "release/5.3",
91+
"swift-tools-support-core": "swiftwasm-release/5.3",
9292
"swiftpm": "swiftwasm-release/5.3",
9393
"swift-argument-parser": "0.3.0",
9494
"swift-syntax": "release/5.3",
@@ -103,7 +103,9 @@
103103
"cmake": "v3.16.5",
104104
"indexstore-db": "release/5.3",
105105
"sourcekit-lsp": "swiftwasm-release/5.3",
106-
"swift-format": "main"
106+
"swift-format": "main",
107+
"yams": "3.0.1",
108+
"swift-driver": "main"
107109
}
108110
},
109111
"main": {

0 commit comments

Comments
 (0)