You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 resolvesWebAssembly#242.
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.
The text was updated successfully, but these errors were encountered: