Skip to content

Commit

Permalink
Merge pull request #71979 from kateinoigakukun/pr-cd8ba74ab4469e3c760…
Browse files Browse the repository at this point in the history
…7e61424497cc86fee8812

wasm: Add `pthread.h` to the WASI libc modulemap
  • Loading branch information
kateinoigakukun committed Mar 1, 2024
2 parents ad86461 + e0131dc commit bc8f42d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions stdlib/public/Platform/wasi-libc.modulemap
Expand Up @@ -88,3 +88,8 @@ module wasi_emulated_signal {
link "wasi-emulated-signal"
export *
}

module wasi_pthread {
header "pthread.h"
export *
}

0 comments on commit bc8f42d

Please sign in to comment.