no example tags for default wasm build

This commit is contained in:
Guillaume Ballet 2026-03-23 21:15:34 +01:00
parent eb9f671036
commit 563002e0ba
2 changed files with 1 additions and 2 deletions

View file

@ -117,13 +117,11 @@ var (
Name: "wasm-js", Name: "wasm-js",
GOOS: "js", GOOS: "js",
GOARCH: "wasm", GOARCH: "wasm",
Tags: "example",
}, },
{ {
Name: "wasm-wasi", Name: "wasm-wasi",
GOOS: "wasip1", GOOS: "wasip1",
GOARCH: "wasm", GOARCH: "wasm",
Tags: "example",
}, },
{ {
Name: "example", Name: "example",

View file

@ -15,6 +15,7 @@
// along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build example //go:build example
// +build example
package main package main