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 ad86461 + e0131dc commit bc8f42dCopy full SHA for bc8f42d
stdlib/public/Platform/wasi-libc.modulemap
@@ -88,3 +88,8 @@ module wasi_emulated_signal {
88
link "wasi-emulated-signal"
89
export *
90
}
91
+
92
+module wasi_pthread {
93
+ header "pthread.h"
94
+ export *
95
+}
0 commit comments