diff --git a/metrics/cpu_disabled.go b/metrics/cpu_disabled.go
index 025d97aeb3..8404b0edd4 100644
--- a/metrics/cpu_disabled.go
+++ b/metrics/cpu_disabled.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 ios || js
-// +build ios js
+//go:build ios || js || wasip1
+// +build ios js wasip1
package metrics
diff --git a/metrics/cputime_unix.go b/metrics/cputime_unix.go
index ad4f812fd2..a44bf80876 100644
--- a/metrics/cputime_unix.go
+++ b/metrics/cputime_unix.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