summaryrefslogtreecommitdiff
path: root/src/wasm-type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wasm-type.h')
-rw-r--r--src/wasm-type.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-type.h b/src/wasm-type.h
index 6c8ea82a6..e685bc4b5 100644
--- a/src/wasm-type.h
+++ b/src/wasm-type.h
@@ -45,6 +45,7 @@ bool isFloatType(Type type);
bool isIntegerType(Type type);
bool isVectorType(Type type);
bool isReferenceType(Type type);
+Type reinterpretType(Type type);
} // namespace wasm