From 44aec78e7bd176502c5a8434564e5949a0bb128d Mon Sep 17 00:00:00 2001 From: Daniel Wirtz Date: Thu, 29 Aug 2019 01:53:00 +0200 Subject: Add missing new features to the C and JS APIs (#2312) --- src/js/binaryen.js-post.js | 2 ++ 1 file changed, 2 insertions(+) (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 799cb30e4..4537140eb 100644 --- a/src/js/binaryen.js-post.js +++ b/src/js/binaryen.js-post.js @@ -104,6 +104,8 @@ Module['Features'] = { 'SignExt': Module['_BinaryenFeatureSignExt'](), 'SIMD128': Module['_BinaryenFeatureSIMD128'](), 'ExceptionHandling': Module['_BinaryenFeatureExceptionHandling'](), + 'TailCall': Module['_BinaryenFeatureTailCall'](), + 'ReferenceTypes': Module['_BinaryenFeatureReferenceTypes'](), 'All': Module['_BinaryenFeatureAll']() }; -- cgit v1.2.3