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 d622138 commit c330e64Copy full SHA for c330e64
Sources/WASI/WASI.swift
@@ -4,8 +4,10 @@ import WasmTypes
4
5
#if os(macOS) || os(iOS) || os(watchOS) || os(tvOS) || os(visionOS)
6
import Darwin
7
-#elseif os(Linux) || os(FreeBSD) || os(Android)
+#elseif canImport(Glibc)
8
import Glibc
9
+#elseif canImport(Musl)
10
+ import Musl
11
#elseif os(Windows)
12
import ucrt
13
#else
0 commit comments