fix pop count for BR_TABLE

This commit is contained in:
Volker Berlin 2021-11-21 14:06:59 +01:00
parent d1732ceb1c
commit 66172e593f

View File

@ -119,6 +119,7 @@ class WasmBlockInstruction extends WasmInstruction {
switch( op ) {
case IF:
case BR_IF:
case BR_TABLE:
case DROP:
case THROW:
case RETHROW: