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 b31447ed9..051f77f58 100644 --- a/src/wasm-binary.h +++ b/src/wasm-binary.h @@ -425,6 +425,7 @@ extern const char* GCFeature; extern const char* Memory64Feature; extern const char* TypedFunctionReferencesFeature; extern const char* RelaxedSIMDFeature; +extern const char* ExtendedConstFeature; enum Subsection { NameModule = 0, |