It would be nice if this crate could add "support" for WASI, initially by just not doing anything, since WASI doesn't support signals yet (or hopefully ever; let's hope they come up with something less awful).
This would allow projects that depend on ctrlc to compile for WASI without changes (and in future if there's a proper ctrl-c interface in WASI they can be easily updated to support it).
It would be nice if this crate could add "support" for WASI, initially by just not doing anything, since WASI doesn't support signals yet (or hopefully ever; let's hope they come up with something less awful).
This would allow projects that depend on ctrlc to compile for WASI without changes (and in future if there's a proper ctrl-c interface in WASI they can be easily updated to support it).