Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
dicej opened this issue May 29, 2024 · 0 comments
Open

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

dicej opened this issue May 29, 2024 · 0 comments
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)

Comments

@dicej
Copy link

dicej commented May 29, 2024

#2592 includes a temporary workaround for WebAssembly/wasi-libc#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.

@jkotas jkotas added the area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly) label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

No branches or pull requests

2 participants