From 2105214971e722525c328a23a5d215789fafb24c Mon Sep 17 00:00:00 2001 From: Thomas Lively <7121787+tlively@users.noreply.github.com> Date: Thu, 27 Feb 2020 09:55:33 -0800 Subject: Add multivalue feature (#2668) --- src/js/binaryen.js-post.js | 1 + 1 file changed, 1 insertion(+) (limited to 'src/js/binaryen.js-post.js') 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](); -- cgit v1.2.3