Skip to content

Commit 6523807

Browse files
committed
Add Wasm platform
1 parent e7b6bee commit 6523807

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/SPIManifest/Platform.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ public enum Platform: String, Codable, CaseIterable {
2020
case tvOS = "tvos"
2121
case visionOS = "visionos"
2222
case watchOS = "watchos"
23+
case wasm
2324
}
2425

2526

0 commit comments

Comments
 (0)