-
Notifications
You must be signed in to change notification settings - Fork 35
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
Update explainer for the new spec #137
Merged
Merged
Commits on Oct 7, 2020
-
Update explainer for the new spec
This updates the explainer text according to the new spec we agreed in the 09-15-2020 CG meeting. Some of the text is taken from [the first version](https://github.com/WebAssembly/exception-handling/blob/master/proposals/old/Exceptions-v1.md) of the proposal. I renamed `catch_br` to `delegate` based on the perceived consensus in WebAssembly#133. There are some minor issues that need clarification, some of which is currently being discussed in the repo: - `rethrow`'s immmediate (or label) argument. I made it match the status in the first proposal for now. I believe keeping it makes it more versatile and lets us handle more languages. - It is not clear whether `rethrow` and `delegate`'s label (=immediate) argument should count non-try block-like structures, such as blocks and loops. It is currently being discussed for `delegate`. - `delegate`'s opcode should be decided. We exhausted all control-flow opcodes that begin with `0x0`.
Configuration menu - View commit details
-
Copy full SHA for 2b94fb0 - Browse repository at this point
Copy the full SHA 2b94fb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7a4f60 - Browse repository at this point
Copy the full SHA f7a4f60View commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1ec111e - Browse repository at this point
Copy the full SHA 1ec111eView commit details
Commits on Dec 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for a8ab319 - Browse repository at this point
Copy the full SHA a8ab319View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0905d08 - Browse repository at this point
Copy the full SHA 0905d08View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7bd61c5 - Browse repository at this point
Copy the full SHA 7bd61c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53170b5 - Browse repository at this point
Copy the full SHA 53170b5View commit details
Commits on Jan 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d5ec459 - Browse repository at this point
Copy the full SHA d5ec459View commit details
Commits on Feb 12, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82342b2 - Browse repository at this point
Copy the full SHA 82342b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 989ee10 - Browse repository at this point
Copy the full SHA 989ee10View commit details
Commits on Feb 17, 2021
-
Apply suggestions from code review
Co-authored-by: Andreas Rossberg <rossberg@mpi-sws.org> Co-authored-by: Thomas Lively <7121787+tlively@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7655f75 - Browse repository at this point
Copy the full SHA 7655f75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 575705c - Browse repository at this point
Copy the full SHA 575705cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f52db33 - Browse repository at this point
Copy the full SHA f52db33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b59bb1 - Browse repository at this point
Copy the full SHA 6b59bb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 263af13 - Browse repository at this point
Copy the full SHA 263af13View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7faca3 - Browse repository at this point
Copy the full SHA c7faca3View commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 275c449 - Browse repository at this point
Copy the full SHA 275c449View commit details
Commits on Feb 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4d6c635 - Browse repository at this point
Copy the full SHA 4d6c635View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.