diff options
author | Heejin Ahn <aheejin@gmail.com> | 2021-02-19 05:26:04 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-19 05:26:04 +0900 |
commit | 629012c3f9a58ff2ecbac066788af57c16471969 (patch) | |
tree | 94166250455c634d2f59d30379e6892a1ac11094 /test/passes/dwarf_with_exceptions.wasm | |
parent | d6ba20b0e43ea2a6cadbd82c236ad5614faafbbc (diff) | |
download | binaryen-629012c3f9a58ff2ecbac066788af57c16471969.tar.gz binaryen-629012c3f9a58ff2ecbac066788af57c16471969.tar.bz2 binaryen-629012c3f9a58ff2ecbac066788af57c16471969.zip |
[EH] Change catch_all's opcode (#3574)
We decided to change `catch_all`'s opcode from 0x05, which is the same
as `else`, to 0x19, to avoid some complicated handling in the tools.
See: https://github.com/WebAssembly/exception-handling/issues/147
lso this contains the original cpp file used to generate
dwarf_with_exceptions.wasm; instructions to generate the wasm from that
cpp file are in the comments.
Diffstat (limited to 'test/passes/dwarf_with_exceptions.wasm')
-rwxr-xr-x | test/passes/dwarf_with_exceptions.wasm | bin | 1072 -> 1083 bytes |
1 files changed, 0 insertions, 0 deletions
diff --git a/test/passes/dwarf_with_exceptions.wasm b/test/passes/dwarf_with_exceptions.wasm Binary files differindex c5ab0000c..d972a5899 100755 --- a/test/passes/dwarf_with_exceptions.wasm +++ b/test/passes/dwarf_with_exceptions.wasm |