wabt
wabt copied to clipboard
Exception proposal support is the legacy implementation
I tried running wast2json over a wast file with keywords from the latest exception proposal and it failed, taking a look at the lexer I can see it is based on the old implementation and doesn't understand instructions like try_table. It might be worth removing it from the support table or maybe annotating it to say the support is for the legacy implementation