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.
2 parents 1790ca2 + c3a4ba0 commit dd28827Copy full SHA for dd28827
stdlib/public/SwiftShims/swift/shims/SwiftStdint.h
@@ -24,7 +24,7 @@
24
25
// Clang has been defining __INTxx_TYPE__ macros for a long time.
26
// __UINTxx_TYPE__ are defined only since Clang 3.5.
27
-#if !defined(__APPLE__) && !defined(__linux__) && !defined(__OpenBSD__)
+#if !defined(__APPLE__) && !defined(__linux__) && !defined(__OpenBSD__) && !defined(__wasi__)
28
#include <stdint.h>
29
typedef int64_t __swift_int64_t;
30
typedef uint64_t __swift_uint64_t;
0 commit comments