Skip to content

Commit f8feffa

Browse files
Un-comment the Swift SDK sections
1 parent 5d62679 commit f8feffa

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/getting-started/setup.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ If you want to uninstall the toolchain, you can remove the toolchain directory f
4848
1. [Download the latest package release](#latest-release) according to your Ubuntu version and CPU architecture.
4949
2. Follow the official Swift installation guide for Linux from [swift.org](https://www.swift.org/install/linux/#installation-via-tarball) while skipping GPG key verification, which is not provided for SwiftWasm releases.
5050

51-
<!--- TODO: Update the link and uncomment after releasing 5.9.2
5251
## Experimental: Swift SDK
5352

5453
SwiftWasm provides [Swift SDK](https://github.com/apple/swift-evolution/blob/main/proposals/0387-cross-compilation-destinations.md)s for WebAssembly. You can use the Swift SDK to cross-compile Swift packages for WebAssembly without installing the whole toolchain.
@@ -73,8 +72,6 @@ You can use the installed SDKs to cross-compile Swift packages for WebAssembly u
7372
$ swift build --experimental-swift-sdk <SDK name>
7473
```
7574

76-
-->
77-
7875
## Docker
7976

8077
SwiftWasm offical Docker images are hosted on [GitHub Container Registry](https://github.com/orgs/swiftwasm/packages/container/package/swift).

src/getting-started/swift-package.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@ You need to pass `--triple` option, which indicates that you are building for th
2222
$ swift build --triple wasm32-unknown-wasi
2323
```
2424

25-
<!--
2625
If [you installed Swift SDK instead of the whole toolchain](./setup.md#experimental-swift-sdk), you need to use the following command:
2726

2827
```sh
2928
$ swift build --experimental-swift-sdk <SDK name>
3029
```
31-
-->
3230

3331
## 3. Run the produced binary
3432

0 commit comments

Comments
 (0)