Skip to content

Commit

Permalink
cmd/dist: mark wasip1/wasm as working
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-by: Bryan Mills <[email protected]>
Reviewed-by: Cherry Mui <[email protected]>
TryBot-Result: Gopher Robot <[email protected]>
Run-TryBot: Johan Brandhorst-Satzkorn <[email protected]>
  • Loading branch information
johanbrandhorst authored and gopherbot committed Apr 11, 2023
1 parent 319b75e commit da879c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cmd/dist/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
}
Expand Down

0 comments on commit da879c6

Please sign in to comment.