diff options
Diffstat (limited to 'src/binaryen-c.h')
-rw-r--r-- | src/binaryen-c.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binaryen-c.h b/src/binaryen-c.h index 6337fadd8..f2d433fc4 100644 --- a/src/binaryen-c.h +++ b/src/binaryen-c.h @@ -103,6 +103,7 @@ BINARYEN_API BinaryenType BinaryenTypeExternref(void); BINARYEN_API BinaryenType BinaryenTypeAnyref(void); BINARYEN_API BinaryenType BinaryenTypeEqref(void); BINARYEN_API BinaryenType BinaryenTypeI31ref(void); +BINARYEN_API BinaryenType BinaryenTypeDataref(void); BINARYEN_API 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. |