emscripten-core / emscripten-core/emscripten
Is sigsuspend implemented?
Open
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
I tried compiling some C with `-s USE_PTHREADS 1`, and I got "sigsuspend" undefined. Is sigsuspend not implemented?
I saw this issue from a while back: https://github.com/emscripten-core/emscripten/issues/3793, however, I can't tell if the function ended up getting implemented.
As a side note, how is it possible to implement sigsuspend? Doesn't it require blocking execution of the current WASM program?
Contributor guide
Assessment
This issue has not been assessed yet.