diff options
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r-- | src/wasm-type.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h index 6422d09ad..b02484ae3 100644 --- a/src/wasm-type.h +++ b/src/wasm-type.h @@ -634,6 +634,8 @@ struct TypeBuilder { ForwardSupertypeReference, // A child of the type is an invalid forward reference. ForwardChildReference, + // A continuation reference that does not refer to a function type. + InvalidFuncType, }; struct Error { |