mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-15 10:44:47 +01:00
fix pop count for BR_TABLE
This commit is contained in:
parent
d1732ceb1c
commit
66172e593f
@ -119,6 +119,7 @@ class WasmBlockInstruction extends WasmInstruction {
|
||||
switch( op ) {
|
||||
case IF:
|
||||
case BR_IF:
|
||||
case BR_TABLE:
|
||||
case DROP:
|
||||
case THROW:
|
||||
case RETHROW:
|
||||
|
Loading…
x
Reference in New Issue
Block a user