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 09ac98f8..965c0a4a 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -164,6 +164,7 @@ class WastParser {
Result ParseInstr(ExprList*);
Result ParsePlainInstr(std::unique_ptr<Expr>*);
Result ParseConst(Const*);
+ Result ParseHostRef(Const*);
Result ParseConstList(ConstVector*);
Result ParseBlockInstr(std::unique_ptr<Expr>*);
Result ParseLabelOpt(std::string*);