Skip to content

Fix typos in FetchHTTPClient and WasmClient#171

Merged
guoye-zhang merged 1 commit into
apple:mainfrom
MaxDesiatov:maxd/wasm-typos
Jun 5, 2026
Merged

Fix typos in FetchHTTPClient and WasmClient#171
guoye-zhang merged 1 commit into
apple:mainfrom
MaxDesiatov:maxd/wasm-typos

Conversation

@MaxDesiatov

Copy link
Copy Markdown
Member

"SDK" and "Swift SDK" are different concepts, compare swift build --help | grep sdk output, where we have separate CLI options for these with different meaning:

  • SDK is used by Clang and Xcode, with Swift Driver also implementing the -sdk flag, but we don't distribute any compatible Wasm SDKs.
  • Swift SDK is purely a SwiftPM feature, which uses artifact bundles for distribution. We do distribute Swift SDKs for Wasm on swift.org.

Additionally, Wasm is not an acronym. Per the Wasm spec https://webassembly.github.io/spec/core/intro/introduction.html#wasm:

A contraction of “WebAssembly”, not an acronym, hence not using all-caps.

"SDK" and "Swift SDK" are different concepts, compare `swift build --help | grep sdk` output, where we have separate CLI options for these with different meaning:
* SDK is used by Clang and Xcode, with Swift Driver also implementing the `-sdk` flag, but we don't distribute any compatible Wasm SDKs.
* Swift SDK is purely a SwiftPM feature, which uses artifact bundles for distribution. We do distribute Swift SDKs for Wasm on swift.org.

Additionally, Wasm is not an acronym. Per the Wasm spec https://webassembly.github.io/spec/core/intro/introduction.html#wasm:
> A contraction of “WebAssembly”, not an acronym, hence not using all-caps.
@guoye-zhang guoye-zhang added the semver/none No version bump required. label Jun 5, 2026
@guoye-zhang guoye-zhang merged commit a2817c5 into apple:main Jun 5, 2026
16 of 17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

semver/none No version bump required.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants