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

Add support for WebAssembly exceptions in Wasmer #3100

Open
syrusakbary opened this issue Aug 12, 2022 · 3 comments
Open

Add support for WebAssembly exceptions in Wasmer #3100

syrusakbary opened this issue Aug 12, 2022 · 3 comments
Assignees
Labels
priority-low Low priority issue
Milestone

Comments

@syrusakbary
Copy link
Member

syrusakbary commented Aug 12, 2022

We'll need to add support for exception handling in Wasmer (runtime/VM level):

https://github.com/WebAssembly/exception-handling

Basically, Wasmer needs add the exception-handling WAST tests to our repo, and also pass them.
https://github.com/WebAssembly/exception-handling/tree/main/test/core

Note: we can start with singlepass, then LLVM and Cranelift last (it might be a bit harder in cranelift or require a fork, so we'll leave it to be the last one)

@syrusakbary syrusakbary added this to the v3.0 milestone Aug 12, 2022
@syrusakbary syrusakbary added the priority-low Low priority issue label Sep 6, 2022
@syrusakbary
Copy link
Member Author

This is priority low because we need to work in threads first. Once threading is done, we can work on this

Copy link

stale bot commented May 3, 2024

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the 🏚 stale Inactive issues or PR label May 3, 2024
@aykevl
Copy link

aykevl commented May 10, 2024

Bumping this because the stale bot can't determine priorities.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority-low Low priority issue
Projects
None yet
Development

No branches or pull requests

3 participants