The new EH spec will eventually need to be supported in WABT. One new thing in the update is that the opcode for catch_all is 0x05, the same as else. This is not ambiguous because else must occur with an if and not a try, but wabt seems to have the assumption (e.g. in opcode.def ) that there's a 1:1 correspondence.
I haven't looked at how to fix it yet, but wondered if anyone (perhaps @aardappel or @sbc100) had any good ideas about the best way to make it work.