Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WASI] Skip signal handler registration on WASI #109838

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dicej
Copy link
Contributor

@dicej dicej commented Nov 14, 2024

WASI does not support POSIX signals, but Microsoft.Extensions.Hosting works fine as long as we don't try to register or deregister signal handlers.

@dotnet-policy-service dotnet-policy-service bot added the community-contribution Indicates that the PR has been added by a community member label Nov 14, 2024
@dicej dicej changed the title Skip signal handler registration on WASI [WASI] Skip signal handler registration on WASI Nov 14, 2024
@dicej dicej force-pushed the skip-wasi-signal-handler-registration branch from 1e44681 to b45da08 Compare November 14, 2024 17:59
WASI does not support POSIX signals, but `Microsoft.Extensions.Hosting` works
fine as long as we don't try to register or deregister signal handlers.

Signed-off-by: Joel Dice <[email protected]>
@dicej dicej force-pushed the skip-wasi-signal-handler-registration branch from b45da08 to 66d414f Compare November 15, 2024 00:53
@maraf maraf added arch-wasm WebAssembly architecture os-wasi Related to WASI variant of arch-wasm labels Nov 15, 2024
@maraf maraf added this to the 10.0.0 milestone Nov 15, 2024
Copy link
Contributor

Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arch-wasm WebAssembly architecture area-Extensions-Hosting community-contribution Indicates that the PR has been added by a community member os-wasi Related to WASI variant of arch-wasm
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants