From ef686a4d932b9b86edc34a3b9b15926f943f6f7b Mon Sep 17 00:00:00 2001 From: Max Graey Date: Sat, 9 Oct 2021 05:26:08 +0300 Subject: Add table.size operation (#4224) --- scripts/gen-s-parser.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index b296d85ac..22c864cee 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -523,12 +523,12 @@ instructions = [ # table instructions ("table.get", "makeTableGet(s)"), ("table.set", "makeTableSet(s)"), + ("table.size", "makeTableSize(s)"), # TODO: # table.init # table.fill # table.copy # table.grow - # table.size # # exception handling instructions ("try", "makeTry(s)"), -- cgit v1.2.3