mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
change build constraint in rpc/ipc_js
This commit is contained in:
parent
b2d4e45043
commit
a450340d01
1 changed files with 2 additions and 2 deletions
|
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
//go:build js
|
||||
// +build js
|
||||
//go:build js || wasip1
|
||||
// +build js wasip1
|
||||
|
||||
package rpc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue