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

Initial patch for emscripten / pyodide support #197

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

Conversation

mkoeppe
Copy link

@mkoeppe mkoeppe commented Jan 25, 2024

On the emscripten / pyodide platform, there is limited support for POSIX signals.

Building cysignals succeeds, but import cysignals exits immediately because functions sigaltstack and pthread_create error out.

Here we attempt to provide basic support this platform.

@mkoeppe mkoeppe marked this pull request as draft January 25, 2024 22:10
mkoeppe added a commit to mkoeppe/pyodide that referenced this pull request Jan 25, 2024
mkoeppe added a commit to mkoeppe/pyodide that referenced this pull request Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant