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 1f06a79 commit f811692Copy full SHA for f811692
stdlib/public/Concurrency/AsyncLet.cpp
@@ -25,7 +25,7 @@
25
#include "AsyncCall.h"
26
#include "Debug.h"
27
28
-#if !defined(_WIN32)
+#if !defined(_WIN32) && !defined(__wasi__)
29
#include <dlfcn.h>
30
#endif
31
0 commit comments