-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Missing _signal
module on WASI
#5050
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
Comments
What is your platform? I cannot reproduce on macOS (Ventura, M1) or Linux (Arch Linux, x86_64).
|
Oh sorry, I should have said it's when you compile to WASI. I have updated the title. |
CC @youknowone |
#4964 is similar issue. |
What do you mean by patching? Is that something we can do? |
Oh, I was not talking about about user-side, but about updating I also found |
oh, it was my mistake. platform will be fixed by #5060 |
It depends what that signal module does but WASI has a syscall to send signals to the host process, it's |
But I think as long as it's mostly empty that's fine or at least if we add what we can support. |
Can confirm that importing |
Summary
If you try to import
platform
you get the following error:It seems that the
_signal
module is missing. Any idea what this could be or how we could resolve this?The text was updated successfully, but these errors were encountered: