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.
import WASILibc
VariadicsGenerator.swift
1 parent 84b053d commit d33e0abCopy full SHA for d33e0ab
Sources/VariadicsGenerator/VariadicsGenerator.swift
@@ -20,6 +20,8 @@ import Glibc
20
import CRT
21
#elseif canImport(Bionic)
22
import Bionic
23
+#elseif os(WASI)
24
+import WASILibc
25
#endif
26
27
// (T), (T)
0 commit comments