Skip to content

Commit 6e6f54c

Browse files
authored
Update swift-wasm version to 5.3.1 (#13)
1 parent 9f4b289 commit 6e6f54c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/getting-started/setup.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ To install Swift for WebAssembly toolchain, download one of the packages below a
66

77
### SwiftWasm 5.3
88

9-
Tag: [swift-wasm-5.3.0-RELEASE](https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.3.0-RELEASE)
9+
Tag: [swift-wasm-5.3.1-RELEASE](https://github.com/swiftwasm/swift/releases/tag/swift-wasm-5.3.1-RELEASE)
1010

1111
| Download | Docker Tag |
1212
|:------------------:|:----------:|
13-
| [macOS](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.0-RELEASE/swift-wasm-5.3.0-RELEASE-macos_x86_64.pkg) | Unavailable |
14-
| [Ubuntu 18.04](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.0-RELEASE/swift-wasm-5.3.0-RELEASE-ubuntu18.04_x86_64.tar.gz) | [5.3, 5.3-bionic, bionic, latest](https://github.com/orgs/swiftwasm/packages/container/package/swift) |
15-
| [Ubuntu 20.04](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.0-RELEASE/swift-wasm-5.3.0-RELEASE-ubuntu20.04_x86_64.tar.gz) | [5.3-focal, focal](https://github.com/orgs/swiftwasm/packages/container/package/swift) |
13+
| [macOS](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.1-RELEASE/swift-wasm-5.3.1-RELEASE-macos_x86_64.pkg) | Unavailable |
14+
| [Ubuntu 18.04](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.1-RELEASE/swift-wasm-5.3.1-RELEASE-ubuntu18.04_x86_64.tar.gz) | [5.3, 5.3-bionic, bionic, latest](https://github.com/orgs/swiftwasm/packages/container/package/swift) |
15+
| [Ubuntu 20.04](https://github.com/swiftwasm/swift/releases/download/swift-wasm-5.3.1-RELEASE/swift-wasm-5.3.1-RELEASE-ubuntu20.04_x86_64.tar.gz) | [5.3-focal, focal](https://github.com/orgs/swiftwasm/packages/container/package/swift) |
1616

1717

1818
You can download the latest development snapshot from [the Releases page](https://github.com/swiftwasm/swift/releases)
@@ -44,11 +44,11 @@ export PATH=/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/bin:"${PA
4444

4545
```bash
4646
$ swift --version
47-
SwiftWasm Swift version 5.3 (swiftlang-5.3.0)
47+
SwiftWasm Swift version 5.3 (swiftlang-5.3.1)
4848
Target: x86_64-apple-darwin19.6.0
4949
```
5050

51-
> Warning: `xcrun` finds executable binary based on `--toolchain` option or `TOOLCHAINS` environment variable, but it also sets `SDKROOT` as host target SDK (e.g. `MacOSX.sdk`). So you need to specify `-sdk` option as `/Library/Developer/Toolchains/swift-wasm-5.3.0-RELEASE.xctoolchain/usr/share/wasi-sysroot` when launching `swiftc` from xcrun. `swift build` or other SwiftPM commands automatically find SDK path based on target triple, so they don't require to specify it.
51+
> Warning: `xcrun` finds executable binary based on `--toolchain` option or `TOOLCHAINS` environment variable, but it also sets `SDKROOT` as host target SDK (e.g. `MacOSX.sdk`). So you need to specify `-sdk` option as `/Library/Developer/Toolchains/swift-wasm-5.3.1-RELEASE.xctoolchain/usr/share/wasi-sysroot` when launching `swiftc` from xcrun. `swift build` or other SwiftPM commands automatically find SDK path based on target triple, so they don't require to specify it.
5252
5353

5454
## Linux

0 commit comments

Comments
 (0)