summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r--src/binaryen-c.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h
index 6256f59d8..14fc38de3 100644
--- a/src/binaryen-c.h
+++ b/src/binaryen-c.h
@@ -73,6 +73,7 @@ BinaryenType BinaryenTypeInt32(void);
BinaryenType BinaryenTypeInt64(void);
BinaryenType BinaryenTypeFloat32(void);
BinaryenType BinaryenTypeFloat64(void);
+BinaryenType BinaryenTypeVec128(void);
BinaryenType BinaryenTypeUnreachable(void);
// Not a real type. Used as the last parameter to BinaryenBlock to let
// the API figure out the type instead of providing one.