summaryrefslogtreecommitdiff
path: root/test/passes/dwarf_with_exceptions.wasm
diff options
context:
space:
mode:
authorHeejin Ahn <aheejin@gmail.com>2021-02-19 05:26:04 +0900
committerGitHub <noreply@github.com>2021-02-19 05:26:04 +0900
commit629012c3f9a58ff2ecbac066788af57c16471969 (patch)
tree94166250455c634d2f59d30379e6892a1ac11094 /test/passes/dwarf_with_exceptions.wasm
parentd6ba20b0e43ea2a6cadbd82c236ad5614faafbbc (diff)
downloadbinaryen-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-xtest/passes/dwarf_with_exceptions.wasmbin1072 -> 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
index c5ab0000c..d972a5899 100755
--- a/test/passes/dwarf_with_exceptions.wasm
+++ b/test/passes/dwarf_with_exceptions.wasm
Binary files differ