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
  • Loading branch information
johanbrandhorst committed Apr 8, 2023
1 parent 27a3c9f commit 2516585
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 2516585

Please sign in to comment.