about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2024-04-11 13:43:14 +0000
committerbors <bors@rust-lang.org>2024-04-11 13:43:14 +0000
commit72fe8a0f0049873f4b1d0ab3c482170921819106 (patch)
treecbd725cdeae49959a46bcbd844a2d0158acf0e16 /compiler/rustc_codegen_gcc/src
parent62cffeedcf353d8d5bd78cff9898c3def3e3cb84 (diff)
parent8b0b88adb2ed69a8cef9c0d10708973060ab8142 (diff)
downloadrust-72fe8a0f0049873f4b1d0ab3c482170921819106.tar.gz
rust-72fe8a0f0049873f4b1d0ab3c482170921819106.zip
Auto merge of #123788 - bjorn3:disable_ctrlc_on_wasi, r=Nilstrieb,lcnr
Disable Ctrl-C handling on WASM

WASM fundamentally doesn't support signals. If WASI ever gets support for notifying the guest process of a Ctrl-C that happened, this would have to be done through the guest process polling for the signal, which will require thread support in WASI too to be compatible with the api provided by the ctrlc crate.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions