Add the BR_IF operator

This commit is contained in:
Volker Berlin 2018-05-11 21:10:08 +02:00
parent 66931d810d
commit 0f7a7adf69

View File

@ -30,5 +30,6 @@ public enum WasmBlockOperator {
DROP,
BLOCK,
BR,
BR_IF,
BR_TABLE,
}