We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bd63a commit 740e36bCopy full SHA for 740e36b
README.md
@@ -13,9 +13,9 @@ The toolchains can be installed via [`swiftenv`](https://github.com/kylef/swifte
13
e.g.
14
```sh
15
16
-$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-03-08-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-03-08-a-osx.tar.gz
+$ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a/swift-wasm-DEVELOPMENT-SNAPSHOT-2020-04-27-a-osx.tar.gz
17
$ swift --version
18
-Swift version 5.2-dev (LLVM 7fc8796bc1, Swift 5be35e7aee)
+Swift version 5.3-dev (LLVM 7fc8796bc1, Swift 5be35e7aee)
19
Target: x86_64-apple-darwin19.3.0
20
```
21
0 commit comments