diff options
Diffstat (limited to 'include/wabt/wast-parser.h')
-rw-r--r-- | include/wabt/wast-parser.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wabt/wast-parser.h b/include/wabt/wast-parser.h index 09b4e537..b80a8e5d 100644 --- a/include/wabt/wast-parser.h +++ b/include/wabt/wast-parser.h @@ -252,6 +252,7 @@ class WastParser { Result ParseSimdV128Const(Const*, TokenType, ConstType); void CheckImportOrdering(Module*); + bool HasError() const; WastLexer* lexer_; Index last_module_index_ = kInvalidIndex; |