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 c60780fb..2e714ca7 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -123,6 +123,7 @@ class WastParser {
bool ParseVarListOpt(VarVector* out_var_list);
Result ParseValueType(Type* out_type);
Result ParseValueTypeList(TypeVector* out_type_list);
+ Result ParseRefType(Type* out_type);
Result ParseQuotedText(std::string* text);
bool ParseOffsetOpt(uint32_t* offset);
bool ParseAlignOpt(uint32_t* align);