summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlon Zakai <azakai@google.com>2022-07-08 11:42:55 -0700
committerGitHub <noreply@github.com>2022-07-08 11:42:55 -0700
commit75d059ad249b9dcedbaaf858747d60d299269d2c (patch)
tree43545e9c86b62081f6127c9aa3b479cb2921c60b /scripts
parent838e8eed2cea3d7818b19620cdca732b8b05dfca (diff)
downloadbinaryen-75d059ad249b9dcedbaaf858747d60d299269d2c.tar.gz
binaryen-75d059ad249b9dcedbaaf858747d60d299269d2c.tar.bz2
binaryen-75d059ad249b9dcedbaaf858747d60d299269d2c.zip
[Strings] string.eq (#4781)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gen-s-parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index 113eaeaa1..451430cc9 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -622,6 +622,7 @@ instructions = [
("string.encode_wtf8", "makeStringEncode(s, StringEncodeWTF8)"),
("string.encode_wtf16", "makeStringEncode(s, StringEncodeWTF16)"),
("string.concat", "makeStringConcat(s)"),
+ ("string.eq", "makeStringEq(s)"),
]