diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2020-02-27 09:55:33 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-27 09:55:33 -0800 |
commit | 2105214971e722525c328a23a5d215789fafb24c (patch) | |
tree | cfc35dcc8bc4e1268c88793c7028df33cf09ea73 /src/js | |
parent | f79faeb14e4da75f131c00c26796ae25ee96a7b7 (diff) | |
download | binaryen-2105214971e722525c328a23a5d215789fafb24c.tar.gz binaryen-2105214971e722525c328a23a5d215789fafb24c.tar.bz2 binaryen-2105214971e722525c328a23a5d215789fafb24c.zip |
Add multivalue feature (#2668)
Diffstat (limited to 'src/js')
-rw-r--r-- | src/js/binaryen.js-post.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/binaryen.js-post.js b/src/js/binaryen.js-post.js index 33f94939e..39e23633b 100644 --- a/src/js/binaryen.js-post.js +++ b/src/js/binaryen.js-post.js @@ -124,6 +124,7 @@ function initializeConstants() { 'ExceptionHandling', 'TailCall', 'ReferenceTypes', + 'Multivalue', 'All' ].forEach(function(name) { Module['Features'][name] = Module['_BinaryenFeature' + name](); |