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 e7b6bee commit 6523807Copy full SHA for 6523807
Sources/SPIManifest/Platform.swift
@@ -20,6 +20,7 @@ public enum Platform: String, Codable, CaseIterable {
20
case tvOS = "tvos"
21
case visionOS = "visionos"
22
case watchOS = "watchos"
23
+ case wasm
24
}
25
26
0 commit comments