From 592f6ccba11e0d9b74d9fb6965eae17c76aa45b8 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Mon, 11 Sep 2023 19:47:08 -0500 Subject: Remove legacy GC text syntax (#5929) Remove the old forms of ref.test and ref.cast that took heap types instead of ref types and remove the old array.init_static name for array.new_fixed. --- scripts/gen-s-parser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 7e8a5b830..715a23d82 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -583,7 +583,6 @@ instructions = [ ("array.new_default", "makeArrayNew(s, true)"), ("array.new_data", "makeArrayNewData(s)"), ("array.new_elem", "makeArrayNewElem(s)"), - ("array.init_static", "makeArrayNewFixed(s)"), # deprecated ("array.new_fixed", "makeArrayNewFixed(s)"), ("array.get", "makeArrayGet(s)"), ("array.get_s", "makeArrayGet(s, true)"), -- cgit v1.2.3