Skip to content

Commit

Permalink
Un-comment the Swift SDK sections
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Mar 10, 2024
1 parent 5d62679 commit f8feffa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/getting-started/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ If you want to uninstall the toolchain, you can remove the toolchain directory f
1. [Download the latest package release](#latest-release) according to your Ubuntu version and CPU architecture.
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.

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

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.
Expand All @@ -73,8 +72,6 @@ You can use the installed SDKs to cross-compile Swift packages for WebAssembly u
$ swift build --experimental-swift-sdk <SDK name>
```

-->

## Docker

SwiftWasm offical Docker images are hosted on [GitHub Container Registry](https://github.com/orgs/swiftwasm/packages/container/package/swift).
Expand Down
2 changes: 0 additions & 2 deletions src/getting-started/swift-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ You need to pass `--triple` option, which indicates that you are building for th
$ swift build --triple wasm32-unknown-wasi
```

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

```sh
$ swift build --experimental-swift-sdk <SDK name>
```
-->

## 3. Run the produced binary

Expand Down

0 comments on commit f8feffa

Please sign in to comment.