You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"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. There's no specification for how Clang SDKs are
distributed, thus we don't distribute any Wasm SDK as such.
* Swift SDK is purely a SwiftPM feature, which uses artifact bundles for
distribution. We do distribute Swift SDKs for Wasm.
Same for static Linux BTW, so a separate PR is needed to clean up that
confusion for Musl-related CI workflows.
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.
0 commit comments