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