From 20c10df0cc5e5ffb9b8a0ca8cf4895d3416c6771 Mon Sep 17 00:00:00 2001 From: Thomas Lively Date: Fri, 12 Jul 2024 17:39:43 -0400 Subject: Remove non-standard `i31.new` (#6736) The standard name for the instruction is `ref.i31`. Remove support for the non-standard name and update tests that were still using it. --- scripts/gen-s-parser.py | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts/gen-s-parser.py') diff --git a/scripts/gen-s-parser.py b/scripts/gen-s-parser.py index 711096a5b..e1bfe3f3d 100755 --- a/scripts/gen-s-parser.py +++ b/scripts/gen-s-parser.py @@ -572,7 +572,6 @@ instructions = [ ("resume", "makeResume()"), ("suspend", "makeSuspend()"), # GC - ("i31.new", "makeRefI31(Unshared)"), # deprecated ("ref.i31", "makeRefI31(Unshared)"), ("ref.i31_shared", "makeRefI31(Shared)"), ("i31.get_s", "makeI31Get(true)"), -- cgit v1.2.3