diff options
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, |