Also the throw instruction need the event handling

This commit is contained in:
Volker Berlin 2020-01-05 21:54:17 +01:00
parent ee4409311f
commit 0201157ffb

View File

@ -514,6 +514,8 @@ public class ModuleGenerator {
switch( ((WasmBlockInstruction)instruction).getOperation() ) {
case TRY:
case CATCH:
case THROW:
case RETHROW:
writer.writeException();
break;
default: