diff options
Diffstat (limited to 'src/shared-constants.h')
-rw-r--r-- | src/shared-constants.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shared-constants.h b/src/shared-constants.h index 053aecc83..47fa60947 100644 --- a/src/shared-constants.h +++ b/src/shared-constants.h @@ -67,7 +67,10 @@ cashew::IString GLOBAL("global"), CALL("call"), CALL_IMPORT("call_import"), CALL_INDIRECT("call_indirect"), + BLOCK("block"), BR_IF("br_if"), + THEN("then"), + ELSE("else"), NEG_INFINITY("-infinity"), NEG_NAN("-nan"), CASE("case"), |