Skip to content

Commit bc8f42d

Browse files
Merge pull request #71979 from kateinoigakukun/pr-cd8ba74ab4469e3c7607e61424497cc86fee8812
wasm: Add `pthread.h` to the WASI libc modulemap
2 parents ad86461 + e0131dc commit bc8f42d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

stdlib/public/Platform/wasi-libc.modulemap

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,3 +88,8 @@ module wasi_emulated_signal {
8888
link "wasi-emulated-signal"
8989
export *
9090
}
91+
92+
module wasi_pthread {
93+
header "pthread.h"
94+
export *
95+
}

0 commit comments

Comments
 (0)