diff options
author | Randy Reddig <[email protected]> | 2024-03-05 08:54:22 -0800 |
---|---|---|
committer | Ron Evans <[email protected]> | 2024-03-27 16:01:40 +0100 |
commit | cfcc894855b517b2c0788ea1a423c4ed9b3c8a69 (patch) | |
tree | 11918d0e26eb72fad7bf2d3148bd549e8e31c565 /main.go | |
parent | 8bd0155c515c4863e4bbac87cf495df5b69bd976 (diff) | |
download | tinygo-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.go | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -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()) |