diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 4 |
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; |