We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edb7c3a commit 87d8e4cCopy full SHA for 87d8e4c
Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift
@@ -18,7 +18,7 @@ import struct SystemPackage.FilePath
18
package struct WebAssemblyRecipe: SwiftSDKRecipe {
19
let hostSwiftPackage: HostToolchainPackage?
20
21
- /// Optional to allow creating WebAssembly SDKs that don't include Swift support and therefore can only target C/C++.
+ /// Optional to allow creating WebAssembly Swift SDKs that don't include Swift support and therefore can only target C/C++.
22
let targetSwiftPackagePath: FilePath?
23
let wasiSysroot: FilePath
24
let swiftVersion: String
0 commit comments