summaryrefslogtreecommitdiff
path: root/src/js
diff options
context:
space:
mode:
Diffstat (limited to 'src/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 ee90aa1fc..7dfeee26c 100644
--- a/src/js/binaryen.js-post.js
+++ b/src/js/binaryen.js-post.js
@@ -149,6 +149,7 @@ function initializeConstants() {
'Memory64',
'TypedFunctionReferences',
'RelaxedSIMD',
+ 'ExtendedConst',
'All'
].forEach(name => {
Module['Features'][name] = Module['_BinaryenFeature' + name]();