From a450340d015366a0593ffde829e8202c595a4d32 Mon Sep 17 00:00:00 2001 From: Irzhy Ranaivoarivony Date: Sat, 28 Oct 2023 02:17:45 +0300 Subject: [PATCH] change build constraint in rpc/ipc_js --- rpc/ipc_js.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpc/ipc_js.go b/rpc/ipc_js.go index 453a20bc1a..eb30081f1c 100644 --- a/rpc/ipc_js.go +++ b/rpc/ipc_js.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 js -// +build js +//go:build js || wasip1 +// +build js wasip1 package rpc