Skip to content

Commit

Permalink
wasm: Add pthread.h to the WASI libc modulemap
Browse files Browse the repository at this point in the history
Recent wasi-libc has added `pthread.h` to its headers. This patch adds
it to the modulemap.
  • Loading branch information
kateinoigakukun committed Feb 29, 2024
1 parent 43cdee3 commit e0131dc
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 e0131dc

Please sign in to comment.