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
Differential D96863
[WebAssembly] Change catch_all's opcode aheejin on Feb 17 2021, 5:29 AM. Authored by
Details
We decided to change catch_all's opcode from 0x05, which is the same See: https://github.com/WebAssembly/exception-handling/issues/147
Diff Detail
Event TimelineComment Actions We don't have any specific file to test encoding for EH in test/MC/WebAssembly. To be more precisely, we only have that for SIMD and not for all other instructions. Do you want me to add one? |