Skip to content

Commit 37ab197

Browse files
committed
fix(WASI): Remove _NotificationCenterProtocol for WASI
1 parent 80bbfe5 commit 37ab197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/FoundationMarkerProtocols/_NotificationCenterProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if canImport(Foundation)
1+
#if canImport(Foundation) && !os(WASI)
22
import Foundation
33

44
public protocol _NotificationCenterProtocol: NotificationCenter {}

0 commit comments

Comments
 (0)