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 be87e7f commit 79330e1Copy full SHA for 79330e1
Sources/SwiftSDKGenerator/SwiftSDKRecipes/WebAssemblyRecipe.swift
@@ -206,7 +206,7 @@ package struct WebAssemblyRecipe: SwiftSDKRecipe {
206
}
207
208
209
- // Copy the WASI sysroot into the SDK bundle.
+ // Copy the WASI sysroot into the Swift SDK bundle.
210
let sdkDirPath = pathsConfiguration.swiftSDKRootPath.appending("WASI.sdk")
211
try await generator.rsyncContents(from: self.wasiSysroot, to: sdkDirPath)
212
0 commit comments