summaryrefslogtreecommitdiff
path: root/src/js/binaryen.js-post.js
diff options
context:
space:
mode:
authorDaniel Wirtz <dcode@dcode.io>2021-02-26 11:14:37 +0100
committerGitHub <noreply@github.com>2021-02-26 11:14:37 +0100
commit54d13b1cab26e8b48d95b573e46ab672c0564d0f (patch)
tree6b2bd62e2200f59222ddf47c52437948d040594a /src/js/binaryen.js-post.js
parentfd10f10d282f332e8c698da481747e34eb222901 (diff)
downloadbinaryen-54d13b1cab26e8b48d95b573e46ab672c0564d0f.tar.gz
binaryen-54d13b1cab26e8b48d95b573e46ab672c0564d0f.tar.bz2
binaryen-54d13b1cab26e8b48d95b573e46ab672c0564d0f.zip
Add TypedFunctionReferences feature to C and JS API (#3603)
Diffstat (limited to 'src/js/binaryen.js-post.js')
-rw-r--r--src/js/binaryen.js-post.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/binaryen.js-post.js b/src/js/binaryen.js-post.js
index 4f4af2b63..4416e4d10 100644
--- a/src/js/binaryen.js-post.js
+++ b/src/js/binaryen.js-post.js
@@ -141,6 +141,7 @@ function initializeConstants() {
'Multivalue',
'GC',
'Memory64',
+ 'TypedFunctionReferences',
'All'
].forEach(name => {
Module['Features'][name] = Module['_BinaryenFeature' + name]();