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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wast-parser.h b/src/wast-parser.h
index b0341869..e9f37df2 100644
--- a/src/wast-parser.h
+++ b/src/wast-parser.h
@@ -200,6 +200,8 @@ class WastParser {
Result ParseAssertScriptModuleCommand(TokenType, CommandPtr*);
Result ParseSimdConst(Const*, Type, int32_t);
+ template<typename V>
+ Result ParseSimdConstWithCheck(Opcode, Type, Location, Const*);
void CheckImportOrdering(Module*);