diff options
Diffstat (limited to 'include/wabt/wast-parser.h')
-rw-r--r-- | include/wabt/wast-parser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/wabt/wast-parser.h b/include/wabt/wast-parser.h index 23194a7e..2aeb14bf 100644 --- a/include/wabt/wast-parser.h +++ b/include/wabt/wast-parser.h @@ -186,6 +186,8 @@ class WastParser { Result ParseF32(Const*, ConstType type); Result ParseF64(Const*, ConstType type); Result ParseConst(Const*, ConstType type); + Result ParseExpectedValues(ExpectationPtr*); + Result ParseEither(ConstVector*); Result ParseExternref(Const*); Result ParseExpectedNan(ExpectedNan* expected); Result ParseConstList(ConstVector*, ConstType type); |