summaryrefslogtreecommitdiff
path: root/src/wasm-s-parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-s-parser.h')
-rw-r--r--src/wasm-s-parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-s-parser.h b/src/wasm-s-parser.h
index 0eb4680af..b21b86505 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -305,6 +305,7 @@ private:
Expression* makeRefAs(Element& s, RefAsOp op);
Expression* makeStringNew(Element& s, StringNewOp op);
Expression* makeStringConst(Element& s);
+ Expression* makeStringMeasure(Element& s, StringMeasureOp op);
// Helper functions
Type parseOptionalResultType(Element& s, Index& i);