Skip to content

Commit 907b644

Browse files
authored
Merge pull request #1168 from MaxDesiatov/patch-7
Clarify host platform specifics in `wasm-getting-started.md`
2 parents 6886409 + c4ec8fb commit 907b644

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

documentation/articles/wasm-getting-started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The distributed artifact bundles also include support for the experimental Embed
2727
{% assign base_url = "https://download.swift.org/" | append: tag_downcase | append: "/wasm/" | append: tag | append: "/" | append: tag %}
2828
{% assign command = "swift sdk install " | append: base_url | append: "_wasm.artifactbundle.tar.gz --checksum " | append: platform.checksum %}
2929

30-
1. [Install `swiftly` per the instructions](https://www.swift.org/install/) for the platform that you're bulding on.
30+
Note that these steps are required on macOS even if you already have latest Xcode installed. Cross-compilation with Swift SDKs on Windows hosts is [not supported yet](https://github.com/swiftlang/swift-package-manager/issues/9148).
31+
32+
1. [Install `swiftly` per the instructions](https://www.swift.org/install/) for the platform that you're bulding on.
3133

3234
2. Install Swift {{ release_name }} with `swiftly install {{ release_name }}`.
3335

0 commit comments

Comments
 (0)