aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
authorRandy Reddig <[email protected]>2024-03-05 08:54:22 -0800
committerRon Evans <[email protected]>2024-03-27 16:01:40 +0100
commitcfcc894855b517b2c0788ea1a423c4ed9b3c8a69 (patch)
tree11918d0e26eb72fad7bf2d3148bd549e8e31c565 /main.go
parent8bd0155c515c4863e4bbac87cf495df5b69bd976 (diff)
downloadtinygo-cfcc894855b517b2c0788ea1a423c4ed9b3c8a69.tar.gz
tinygo-cfcc894855b517b2c0788ea1a423c4ed9b3c8a69.zip
targets: add wasi.json that inherits wasip1.json
PR feedback
Diffstat (limited to 'main.go')
-rw-r--r--main.go5
1 files changed, 0 insertions, 5 deletions
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())