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 8348d3e6b..f195314b1 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -191,6 +191,7 @@ private:
bool isType(cashew::IString str) {
return stringToType(str, true) != Type::none;
}
+ HeapType getFunctionType(Name name, Element& s);
public:
Expression* parseExpression(Element* s) { return parseExpression(*s); }