about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-04-11 11:22:11 +0000
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>2024-04-11 12:35:47 +0000
commit37f576c62a330ab2bda9be51c6bf1ba5e0dc8aea (patch)
tree9b13e048b82491838105b2ae614e8c5686267bea /compiler/rustc_codegen_gcc
parent241fc135fc706cb8adf487b288d7944f5faeb084 (diff)
downloadrust-37f576c62a330ab2bda9be51c6bf1ba5e0dc8aea.tar.gz
rust-37f576c62a330ab2bda9be51c6bf1ba5e0dc8aea.zip
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')
0 files changed, 0 insertions, 0 deletions