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

Clarify how exception identity is tracked #242

Open
Ms2ger opened this issue Nov 9, 2022 · 0 comments
Open

Clarify how exception identity is tracked #242

Ms2ger opened this issue Nov 9, 2022 · 0 comments

Comments

@Ms2ger
Copy link
Contributor

Ms2ger commented Nov 9, 2022

See the discussion in #218. The JS API spec assumes that the core spec will keep track of some opaque data as exceptions are traced through the WebAssembly execution. The most readable solution would be to explicitly handle this in the core specification, but @rossberg would prefer monkeypatching from the JS API spec.

aheejin added a commit to aheejin/exception-handling that referenced this issue Jan 6, 2023
This basically does the "handwaving" we discussed in WebAssembly#218. I think
adding a concept of a backing store through backdoors in the core spec
is not very feasible, so this is what we can do practically at this
point.

Hopefully resolves WebAssembly#242.
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 a pull request may close this issue.

1 participant