diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2020-02-27 09:55:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 09:55:33 -0800 |
commit | 2105214971e722525c328a23a5d215789fafb24c (patch) | |
tree | cfc35dcc8bc4e1268c88793c7028df33cf09ea73 /src/wasm-binary.h | |
parent | f79faeb14e4da75f131c00c26796ae25ee96a7b7 (diff) | |
download | binaryen-2105214971e722525c328a23a5d215789fafb24c.tar.gz binaryen-2105214971e722525c328a23a5d215789fafb24c.tar.bz2 binaryen-2105214971e722525c328a23a5d215789fafb24c.zip |
Add multivalue feature (#2668)
Diffstat (limited to 'src/wasm-binary.h')
-rw-r--r-- | src/wasm-binary.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm-binary.h b/src/wasm-binary.h index 0dd8be61a..a2a92c752 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -375,6 +375,7 @@ extern const char* SIMD128Feature; extern const char* ExceptionHandlingFeature; extern const char* TailCallFeature; extern const char* ReferenceTypesFeature; +extern const char* MultivalueFeature; enum Subsection { NameFunction = 1, |