diff options
author | Daniel Wirtz <dcode@dcode.io> | 2019-08-29 01:53:00 +0200 |
---|---|---|
committer | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-08-28 16:53:00 -0700 |
commit | 44aec78e7bd176502c5a8434564e5949a0bb128d (patch) | |
tree | d7861116105127d1151d2225eb885091fe47c71a /src/js/binaryen.js-post.js | |
parent | e06fc1414bff1085047a559eca1a8b659a20a32e (diff) | |
download | binaryen-44aec78e7bd176502c5a8434564e5949a0bb128d.tar.gz binaryen-44aec78e7bd176502c5a8434564e5949a0bb128d.tar.bz2 binaryen-44aec78e7bd176502c5a8434564e5949a0bb128d.zip |
Add missing new features to the C and JS APIs (#2312)
Diffstat (limited to 'src/js/binaryen.js-post.js')
-rw-r--r-- | src/js/binaryen.js-post.js | 2 |
1 files changed, 2 insertions, 0 deletions
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']() }; |