diff options
author | Heejin Ahn <aheejin@gmail.com> | 2020-05-14 15:43:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 15:43:57 -0700 |
commit | 8e73ee0d79c03468ca764adfa4ef869e53dcdff6 (patch) | |
tree | bf98e7cf4455377d084659f14c6232581b616c7b /src/wasm-stack.h | |
parent | 5db77a72a7c62d045e6650e96974fe1455fa1a1a (diff) | |
download | binaryen-8e73ee0d79c03468ca764adfa4ef869e53dcdff6.tar.gz binaryen-8e73ee0d79c03468ca764adfa4ef869e53dcdff6.tar.bz2 binaryen-8e73ee0d79c03468ca764adfa4ef869e53dcdff6.zip |
Make 'do' clause mandatory in 'try' (#2851)
Previously we were able to omit the new syntax `do` when `try` body is
empty. This makes `do` clause mandatory, so when a `try` body is empty,
the folded text format will be
```
(try
(do)
(catch
...
)
```
Suggested in
https://github.com/WebAssembly/exception-handling/issues/52#issuecomment-626696720.
Diffstat (limited to 'src/wasm-stack.h')
0 files changed, 0 insertions, 0 deletions