From cfcc894855b517b2c0788ea1a423c4ed9b3c8a69 Mon Sep 17 00:00:00 2001 From: Randy Reddig Date: Tue, 5 Mar 2024 08:54:22 -0800 Subject: targets: add wasi.json that inherits wasip1.json PR feedback --- main.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'main.go') diff --git a/main.go b/main.go index 16e6dbf60..b10f45cd7 100644 --- a/main.go +++ b/main.go @@ -1548,11 +1548,6 @@ func main() { options.PrintCommands = printCommand } - // Compatibility with legacy -target=wasi - if options.Target == "wasi" { - options.Target = "wasip1" - } - err = options.Verify() if err != nil { fmt.Fprintln(os.Stderr, err.Error()) -- cgit v1.2.3