Files
tinygo/src/runtime
Ayke van Laethem 9ca6f72583 wasm: refactor/modify stub signal handling
This commit changes signal handling in a few ways:

  * It stubs signals for all wasm targets (not just wasi) and baremetal,
    since none of those have traditional POSIX signals. And moves the
    code for that into a single file, instead of duplicating it.
  * It removes the stub for signal_ignored since the value `false` might
    be wrong in some cases and it doesn't usually seem to be called (it
    is not called in tsgo). Should be trivial to re-add if it is shown
    to be needed.
  * It adds a stub for `os/signal.signalWaitUntilIdle` which _is_ called
    by tsgo.
2025-05-21 20:04:05 +02:00
..
2018-09-14 20:58:00 +02:00
2019-04-13 19:58:58 +02:00
2025-04-22 17:45:29 +02:00
2022-06-19 11:51:12 +02:00
2023-08-17 18:16:54 +02:00
2023-08-17 18:16:54 +02:00
2025-03-17 18:23:28 +01:00
2022-12-19 23:20:11 +01:00
2025-03-17 18:23:28 +01:00
2023-08-04 11:59:11 +02:00
2024-10-07 19:23:49 -07:00
2022-12-19 23:20:11 +01:00
2024-11-18 14:44:06 +01:00
2024-07-02 07:02:03 -07:00
2023-08-17 18:16:54 +02:00
2024-07-02 07:02:03 -07:00
2025-02-25 14:41:42 +01:00
2024-12-01 11:12:00 +01:00
2024-02-19 19:10:21 +01:00
2025-01-16 10:06:22 +01:00
2024-03-02 21:17:34 +01:00
2018-09-16 13:01:03 +02:00
2025-02-25 14:41:42 +01:00
2025-02-25 14:41:42 +01:00