diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index a54104cc0..c80e7cd0b 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -36,6 +36,7 @@ namespace wasm { enum class TypeSystem { Equirecursive, Nominal, + Isorecursive, }; // This should only ever be called before any Types or HeapTypes have been |