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 c4919c0 commit 5efd963Copy full SHA for 5efd963
stdlib/public/Platform/SwiftWASILibc.h.gyb
@@ -105,6 +105,20 @@ headers = [
105
]
106
}%
107
108
+// FIXME?(katei):
109
+// Those emulations are now enabled by default to have compatibility
110
+// with other platforms as much as possible without any extra modification.
111
+// But we should consider moving them into their own submodules.
112
+#ifndef _WASI_EMULATED_MMAN
113
+# define _WASI_EMULATED_MMAN
114
+#endif
115
+#ifndef _WASI_EMULATED_SIGNAL
116
+# define _WASI_EMULATED_SIGNAL
117
118
+#ifndef _WASI_EMULATED_PROCESS_CLOCKS
119
+# define _WASI_EMULATED_PROCESS_CLOCKS
120
121
+
122
% for header in headers:
123
#if __has_include(<${header}>)
124
#include <${header}>
0 commit comments