summaryrefslogtreecommitdiff
path: root/src/wasm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm.h')
-rw-r--r--src/wasm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm.h b/src/wasm.h
index 10f00f0b7..d4ffe86f2 100644
--- a/src/wasm.h
+++ b/src/wasm.h
@@ -632,6 +632,7 @@ public:
FunctionType() = default;
bool structuralComparison(FunctionType& b);
+ bool structuralComparison(const std::vector<Type>& params, Type result);
bool operator==(FunctionType& b);
bool operator!=(FunctionType& b);