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

Plan to support switch handlers? #247

Open
byeongjee opened this issue Nov 4, 2024 · 2 comments
Open

Plan to support switch handlers? #247

byeongjee opened this issue Nov 4, 2024 · 2 comments

Comments

@byeongjee
Copy link

byeongjee commented Nov 4, 2024

Hi, are there any plans to implement the switch handler features (marked as unimplemented and todo in the following) in the near future? I am trying to run an example from the stack switching proposal documentation, but it seems that it is currently not supported.

wasmparser::Handle::OnSwitch { tag: _ } => unimplemented!(),

| Operator::Switch {
cont_type_index: _,
tag_index: _,
} => todo!("unimplemented stack switching instructions"),

@dhil
Copy link
Member

dhil commented Nov 5, 2024

Yes! In fact it is the next item on the agenda.

@byeongjee
Copy link
Author

That sounds great! Thank you!

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

No branches or pull requests

2 participants