summaryrefslogtreecommitdiff
path: root/include/wabt/wast-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/wabt/wast-parser.h')
-rw-r--r--include/wabt/wast-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/wabt/wast-parser.h b/include/wabt/wast-parser.h
index 36447c58..8ba71e47 100644
--- a/include/wabt/wast-parser.h
+++ b/include/wabt/wast-parser.h
@@ -147,6 +147,7 @@ class WastParser {
Result ParseMemidx(Location loc, Var* memidx);
Result ParseLimitsIndex(Limits*);
Result ParseLimits(Limits*);
+ Result ParsePageSize(uint32_t*);
Result ParseNat(uint64_t*, bool is_64);
Result ParseModuleFieldList(Module*);