From 4c93af5c947526c505080f019730d3c4874261ad Mon Sep 17 00:00:00 2001 From: Irzhy Ranaivoarivony Date: Sat, 28 Oct 2023 02:00:16 +0300 Subject: [PATCH] add wasip1 support --- metrics/cputime_nop.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/metrics/cputime_nop.go b/metrics/cputime_nop.go index 465d88c4d2..f9b6897b3a 100644 --- a/metrics/cputime_nop.go +++ b/metrics/cputime_nop.go @@ -14,8 +14,8 @@ // You should have received a copy of the GNU Lesser General Public License // along with the go-ethereum library. If not, see . -//go:build windows || js -// +build windows js +//go:build windows || js || wasip1 +// +build windows js wasip1 package metrics