dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.36k stars 188 forks source link

[NativeAOT-LLVM] Remove WASI-SDK pthread.h hack #2598

Open dicej opened 1 month ago

dicej commented 1 month ago

https://github.com/dotnet/runtimelab/pull/2592 includes a temporary workaround for https://github.com/WebAssembly/wasi-libc/issues/501. Specifically, it copies the wasm32-wasi-threads version of pthread.h to the wasm32-wasi include directory.

We expect this workaround will no longer be necessary once WASI-SDK 23 is released, at which point we should consider upgrading and removing the workaround.