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 0be7f6ebd..43d34393b 100644
--- a/src/js/binaryen.js-post.js
+++ b/src/js/binaryen.js-post.js
@@ -150,6 +150,7 @@ function initializeConstants() {
'TypedFunctionReferences',
'RelaxedSIMD',
'ExtendedConst',
+ 'Strings',
'All'
].forEach(name => {
Module['Features'][name] = Module['_BinaryenFeature' + name]();