Skip to content

Commit eead962

Browse files
Replace introduced version of wasi variant for the moment
1 parent 6d16075 commit eead962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageDescription/SupportedPlatforms.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public struct Platform: Encodable {
4343
public static let android: Platform = Platform(name: "android")
4444

4545
/// The WASI platform
46-
@available(_PackageDescription, introduced: 5.2)
46+
@available(_PackageDescription, introduced: 999.0)
4747
public static let wasi: Platform = Platform(name: "wasi")
4848
}
4949

0 commit comments

Comments
 (0)