summaryrefslogtreecommitdiff
path: root/src/binaryen-c.h
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2018-11-29 13:54:10 -0800
committerGitHub <noreply@github.com>2018-11-29 13:54:10 -0800
commit252fd7f176c4a5ae6a6fa9a5124e153ddbaab638 (patch)
tree798386cd9eba764138acfbfe27c7d9d41842d811 /src/binaryen-c.h
parent5274d943ec65866089f6764af89205d003a15078 (diff)
downloadbinaryen-252fd7f176c4a5ae6a6fa9a5124e153ddbaab638.tar.gz
binaryen-252fd7f176c4a5ae6a6fa9a5124e153ddbaab638.tar.bz2
binaryen-252fd7f176c4a5ae6a6fa9a5124e153ddbaab638.zip
Add v128 type (#1777)
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.