mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Add the BR_IF operator
This commit is contained in:
parent
66931d810d
commit
0f7a7adf69
@ -30,5 +30,6 @@ public enum WasmBlockOperator {
|
|||||||
DROP,
|
DROP,
|
||||||
BLOCK,
|
BLOCK,
|
||||||
BR,
|
BR,
|
||||||
|
BR_IF,
|
||||||
BR_TABLE,
|
BR_TABLE,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user