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 94f2d446c..4c5f5ed3b 100644
--- a/src/js/binaryen.js-post.js
+++ b/src/js/binaryen.js-post.js
@@ -144,6 +144,7 @@ function initializeConstants() {
'GC',
'Memory64',
'TypedFunctionReferences',
+ 'RelaxedSIMD',
'All'
].forEach(name => {
Module['Features'][name] = Module['_BinaryenFeature' + name]();