Commit Graph

3 Commits

Author SHA1 Message Date
Ingvar Stepanyan
7b4705f126
Fix typo in signal.c error messages (#437)
613e154eb2 fixed it in one function but not the other two :)
2023-09-27 08:42:02 -07:00
Andrew Brown
613e154eb2 Fix typo 2022-07-26 15:59:35 -07:00
Dan Gohman
d1cd4f4836
Replace old <signal.h> support with emulated <signal.h> support. (#183)
wasm doesn't support signals, so provide an emulation layer, enabled
with -D_WASI_EMULATED_SIGNAL and -lwasi-emulated-signal.
2020-05-29 13:07:52 -07:00