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 2028716 commit be4f6f3Copy full SHA for be4f6f3
stdlib/public/Concurrency/TaskGroup.cpp
@@ -37,7 +37,7 @@
37
#include <dispatch/dispatch.h>
38
#endif
39
40
-#if !defined(_WIN32)
+#if !defined(_WIN32) && !defined(__wasi__)
41
#include <dlfcn.h>
42
43
0 commit comments