From 31252873463fd142a1eabb71b965da04a23a00e2 Mon Sep 17 00:00:00 2001 From: Ng Zhi An Date: Thu, 23 Sep 2021 12:38:06 -0700 Subject: Add feature flag for relaxed-simd (#4183) --- src/js/binaryen.js-post.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/js') 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](); -- cgit v1.2.3