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 f0ed79409..07de235a2 100644
--- a/src/wasm-s-parser.h
+++ b/src/wasm-s-parser.h
@@ -152,6 +152,7 @@ private:
return stringToType(str.str, allowError, prefix);
}
Type stringToType(const char* str, bool allowError=false, bool prefix=false);
+ Type stringToLaneType(const char* str);
bool isType(cashew::IString str) {
return stringToType(str, true) != none;
}