summaryrefslogtreecommitdiff
path: root/src/js/binaryen.js-post.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/binaryen.js-post.js')
-rw-r--r--src/js/binaryen.js-post.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/binaryen.js-post.js b/src/js/binaryen.js-post.js
index 5634a8b9e..2568c6093 100644
--- a/src/js/binaryen.js-post.js
+++ b/src/js/binaryen.js-post.js
@@ -167,6 +167,7 @@ function initializeConstants() {
'RelaxedSIMD',
'ExtendedConst',
'Strings',
+ 'MultiMemories',
'All'
].forEach(name => {
Module['Features'][name] = Module['_BinaryenFeature' + name]();