WebAssembly/WASI

wasn't signal removed from wasi?

trcrsired opened this issue · 2 comments

wasn't signal removed from wasi?

Its hard to understand your question without more context, but yes, there are some functions related to signal handling present in WASI preview 1 for which no sensible implementation was possible. They were removed from the WITX spec after that preview was released (#136), but no further releases of the WITX spec were made.

Signals are not part of any of the Preview 2 proposals and we don't expect they will be part of WASI in the foreseeable future.

I'm going to close this as resolved, please re-open if this did not answer your question.