Skip to content

Commit 05f7cfb

Browse files
authored
Clarify available Embedded Swift features in wasm-getting-started.md (#1092)
Embedded Swift Concurrency is not generally available yet in latest development snapshots, as we're working on resolving a remaining issues.
1 parent 7b34031 commit 05f7cfb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

documentation/articles/wasm-getting-started.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,9 @@ Hello from WASI!
9595

9696
# Embedded Swift Support
9797

98-
[Embedded Swift](https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md) is an experimental subset of the language
98+
[Embedded Swift](https://github.com/swiftlang/swift-evolution/blob/main/visions/embedded-swift.md) is an experimental [subset of the language](https://docs.swift.org/embedded/documentation/embedded/languagesubset)
9999
allowing the toolchain to produce Wasm binaries that are multiple orders of magnitude smaller. One of the Swift SDKs in the artifact bundle you've installed
100-
with the `swift sdk install` command is tailored specifically for Embedded Swift. A subset of Swift Concurrency is also supported in this mode
101-
thanks to the functionality provided by WASI.
100+
with the `swift sdk install` command is tailored specifically for Embedded Swift.
102101

103102
To build with Embedded Swift SDK, pass its ID as noted in `swift sdk list` output (which has an `-embedded` suffix) in the `--swift-sdk` option. You also have to pass `-c release`
104103
to `swift build` and `swift run` to enable optimizations required for Embedded Swift.

0 commit comments

Comments
 (0)