summaryrefslogtreecommitdiff
path: root/scripts/gen-s-parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/gen-s-parser.py')
-rwxr-xr-xscripts/gen-s-parser.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py
index fc3a5b522..e94c58086 100755
--- a/scripts/gen-s-parser.py
+++ b/scripts/gen-s-parser.py
@@ -518,6 +518,9 @@ instructions = [
("tuple.make", "makeTupleMake(s)"),
("tuple.extract", "makeTupleExtract(s)"),
("pop", "makePop(s)"),
+ # Typed function references instructions
+ ("call_ref", "makeCallRef(s, /*isReturn=*/false)"),
+ ("return_call_ref", "makeCallRef(s, /*isReturn=*/true)"),
# GC
("ref.eq", "makeRefEq(s)"),
("i31.new", "makeI31New(s)"),