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 6f159740c..9937bb897 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -399,6 +399,7 @@ extern const char* ExceptionHandlingFeature; extern const char* TruncSatFeature; extern const char* SignExtFeature; extern const char* SIMD128Feature; +extern const char* ExceptionHandlingFeature; enum Subsection { NameFunction = 1, |