summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r--src/wasm-type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h
index f3973068f..4a55d7b33 100644
--- a/src/wasm-type.h
+++ b/src/wasm-type.h
@@ -51,7 +51,9 @@ public:
externref,
exnref,
anyref,
- _last_basic_id = anyref
+ eqref,
+ i31ref,
+ _last_basic_id = i31ref,
};
Type() = default;