summaryrefslogtreecommitdiff
path: root/src/wasm-binary.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r--src/wasm-binary.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h
index 0157f4858..b31447ed9 100644
--- a/src/wasm-binary.h
+++ b/src/wasm-binary.h
@@ -386,6 +386,8 @@ enum EncodedType {
FuncExtending = -0x23, // 0x5d
StructExtending = -0x24, // 0x5c
ArrayExtending = -0x25, // 0x5b
+ // isorecursive recursion groups
+ Rec = -0x31, // 0x4f
// block_type
Empty = -0x40 // 0x40
};