File tree 1 file changed +4
-4
lines changed
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
221
221
embedded in ` carton ` and currently can't be replaced dynamically with the JavaScript code you've
222
222
updated locally.
223
223
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:
226
226
227
227
``` 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"
229
229
```
230
230
231
231
You can also use the ` install-toolchain.sh ` helper script that uses a hardcoded toolchain snapshot:
232
232
233
233
``` sh
234
234
$ ./scripts/install-toolchain.sh
235
235
$ swift --version
236
- Swift version 5.5 (swiftlang-5.5 .0)
236
+ Swift version 5.6 (swiftlang-5.6 .0)
237
237
Target: arm64-apple-darwin20.6.0
238
238
```
You can’t perform that action at this time.
0 commit comments