diff options
author | Heejin Ahn <aheejin@gmail.com> | 2023-04-23 15:47:28 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-23 15:47:28 +0900 |
commit | 3dd36ab00f6eb117fafbcd0e55170ca2a3796c13 (patch) | |
tree | 1cdfdc8048781733eaebd15c1ad377c54c05d1e5 /src/parsing.h | |
parent | bd1822dde2b08c79c6e98667a5317194ca913545 (diff) | |
download | binaryen-3dd36ab00f6eb117fafbcd0e55170ca2a3796c13.tar.gz binaryen-3dd36ab00f6eb117fafbcd0e55170ca2a3796c13.tar.bz2 binaryen-3dd36ab00f6eb117fafbcd0e55170ca2a3796c13.zip |
[EH] Support assert_exception (#5684)
`assert_exception` is similar to `assert_trap` but for exceptions, which
is supported in the interpreter of the EH proposal
(https://github.com/WebAssembly/exception-handling/tree/main/interpreter).
We've been using `assert_trap` for both traps and exceptions, but this
PR distinguishes them.
Diffstat (limited to 'src/parsing.h')
0 files changed, 0 insertions, 0 deletions