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 94bb1e8 commit 0e845bdCopy full SHA for 0e845bd
stdlib/public/Concurrency/Task.cpp
@@ -26,7 +26,7 @@
26
#include <dispatch/dispatch.h>
27
#endif
28
29
-#if !defined(_WIN32)
+#if !defined(_WIN32) && !defined(__wasi__)
30
#include <dlfcn.h>
31
32
0 commit comments