summaryrefslogtreecommitdiff
path: root/src/wasm/wasm.cpp
diff options
context:
space:
mode:
authorAshley Nelson <nashley@google.com>2022-08-25 13:35:46 -0700
committerGitHub <noreply@github.com>2022-08-25 13:35:46 -0700
commit8b81405778eb85fccbfdbe789beeba5108cf1021 (patch)
tree0263c08a9453021cb30712a199d9b8917e944fa6 /src/wasm/wasm.cpp
parent37b457a00a46e5604b2a8a388efaf0813b3d1170 (diff)
downloadbinaryen-8b81405778eb85fccbfdbe789beeba5108cf1021.tar.gz
binaryen-8b81405778eb85fccbfdbe789beeba5108cf1021.tar.bz2
binaryen-8b81405778eb85fccbfdbe789beeba5108cf1021.zip
Adding Multi-Memories Wasm Feature (#4968)
Adding multi-memories to the the list of wasm-features.
Diffstat (limited to 'src/wasm/wasm.cpp')
-rw-r--r--src/wasm/wasm.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wasm/wasm.cpp b/src/wasm/wasm.cpp
index 20d1b643e..8226e9079 100644
--- a/src/wasm/wasm.cpp
+++ b/src/wasm/wasm.cpp
@@ -51,6 +51,7 @@ const char* TypedFunctionReferencesFeature = "typed-function-references";
const char* RelaxedSIMDFeature = "relaxed-simd";
const char* ExtendedConstFeature = "extended-const";
const char* StringsFeature = "strings";
+const char* MultiMemoriesFeature = "multi-memories";
} // namespace UserSections
} // namespace BinaryConsts