]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/dist: mark wasip1/wasm as working
authorJohan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Tue, 4 Apr 2023 19:25:27 +0000 (12:25 -0700)
committerGopher Robot <gobot@golang.org>
Tue, 11 Apr 2023 20:56:35 +0000 (20:56 +0000)
Now that all preceding CLs are merged, the port should
be working.

Change-Id: Ic45eaf42564ea286d0a429aa992c5ec0166945e9
Reviewed-on: https://go-review.googlesource.com/c/go/+/482255
Auto-Submit: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Johan Brandhorst-Satzkorn <johan.brandhorst@gmail.com>

src/cmd/dist/build.go

index 565c93b75fb01d96c31f93366071fd2fce5d0c0e..d82aaa3be2426f6b6f23d0ff37fbc4a5810b43aa 100644 (file)
@@ -1731,7 +1731,6 @@ var cgoEnabled = map[string]bool{
 // See go.dev/issue/56679.
 var broken = map[string]bool{
        "linux/sparc64":  true, // An incomplete port. See CL 132155.
-       "wasip1/wasm":    true, // An incomplete port. See CL 479627.
        "openbsd/ppc64":  true, // An incomplete port: go.dev/issue/56001.
        "openbsd/mips64": true, // Broken: go.dev/issue/58110.
 }