Skip to content

Commit a3e47e5

Browse files
committed
Use the latest 5.3 snapshot in .swift-version
These SwiftWasm snapshots should be more stable in general and also have a workaround for swiftwasm/JavaScriptKit#6 included. They still use the old metadata layout, so Runtime and OpenCombine dependencies had to be updated in `Package.swift` for `@ObservableObject` to work with these snapshots.
1 parent 88064fd commit a3e47e5

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
wasm-DEVELOPMENT-SNAPSHOT-2020-06-12-a
1+
wasm-5.3-SNAPSHOT-2020-07-27-a

Package.resolved

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ let package = Package(
3838
// Dependencies declare other packages that this package depends on.
3939
// .package(url: /* package url */, from: "1.0.0"),
4040
.package(url: "https://github.com/kateinoigakukun/JavaScriptKit.git", .revision("c90e82f")),
41-
.package(url: "https://github.com/MaxDesiatov/Runtime.git", .branch("wasi-build")),
42-
.package(url: "https://github.com/MaxDesiatov/OpenCombine.git", .branch("observable-object")),
41+
.package(url: "https://github.com/MaxDesiatov/Runtime.git", .branch("wasi-build-5.3")),
42+
.package(url: "https://github.com/MaxDesiatov/OpenCombine.git", .branch("observable-object-5.3")),
4343
],
4444
targets: [
4545
// Targets are the basic building blocks of a package. A target can define

0 commit comments

Comments
 (0)