mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-19 13:21:37 +00:00
no example tags for default wasm build
This commit is contained in:
parent
eb9f671036
commit
563002e0ba
2 changed files with 1 additions and 2 deletions
|
|
@ -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",
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue