mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +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 ) {
|
switch( op ) {
|
||||||
case IF:
|
case IF:
|
||||||
case BR_IF:
|
case BR_IF:
|
||||||
|
case BR_TABLE:
|
||||||
case DROP:
|
case DROP:
|
||||||
case THROW:
|
case THROW:
|
||||||
case RETHROW:
|
case RETHROW:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user