summaryrefslogtreecommitdiff
path: root/src/wast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wast-parser.h')
-rw-r--r--src/wast-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index 8c799b7f..b3ac652f 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -181,6 +181,7 @@ class WastParser {
Result ParseInstrList(ExprList*);
Result ParseTerminatingInstrList(ExprList*);
Result ParseInstr(ExprList*);
+ Result ParseCodeMetadataAnnotation(ExprList*);
Result ParsePlainInstr(std::unique_ptr<Expr>*);
Result ParseF32(Const*, ConstType type);
Result ParseF64(Const*, ConstType type);