File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -221,18 +221,18 @@ especially if you change anything in the JavaScript runtime parts. This is becau
221221embedded in ` carton ` and currently can't be replaced dynamically with the JavaScript code you've
222222updated locally.
223223
224- Just pass a toolchain archive URL for [ the latest SwiftWasm 5.5
225- release] ( https://github.com/swiftwasm/swift/releases ) appropriate for your platform:
224+ Just pass a toolchain archive URL for [ the latest SwiftWasm 5.6
225+ release] ( https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.6.0-RELEASE ) appropriate for your platform:
226226
227227``` sh
228- $ swiftenv install https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.5 .0-RELEASE/swift-wasm-5.5 .0-RELEASE-macos_x86_64 .pkg
228+ $ swiftenv install " https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.6 .0-RELEASE/swift-wasm-5.6 .0-RELEASE-macos_ $( uname -m ) .pkg"
229229```
230230
231231You can also use the ` install-toolchain.sh ` helper script that uses a hardcoded toolchain snapshot:
232232
233233``` sh
234234$ ./scripts/install-toolchain.sh
235235$ swift --version
236- Swift version 5.5 (swiftlang-5.5 .0)
236+ Swift version 5.6 (swiftlang-5.6 .0)
237237Target: arm64-apple-darwin20.6.0
238238```
You can’t perform that action at this time.
0 commit comments