diff options
Diffstat (limited to 'src/js/binaryen.js-post.js')
-rw-r--r-- | src/js/binaryen.js-post.js | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/js/binaryen.js-post.js b/src/js/binaryen.js-post.js index 49a8d2b69..5bd5e5505 100644 --- a/src/js/binaryen.js-post.js +++ b/src/js/binaryen.js-post.js @@ -564,6 +564,7 @@ function initializeConstants() { 'StringNewWTF8Array', 'StringNewReplaceArray', 'StringNewWTF16Array', + 'StringNewFromCodePoint', 'StringMeasureUTF8', 'StringMeasureWTF8', 'StringMeasureWTF16', @@ -581,7 +582,9 @@ function initializeConstants() { 'StringIterMoveAdvance', 'StringIterMoveRewind', 'StringSliceWTF8', - 'StringSliceWTF16' + 'StringSliceWTF16', + 'StringEqEqual', + 'StringEqCompare' ].forEach(name => { Module['Operations'][name] = Module[name] = Module['_Binaryen' + name](); }); |