add wasip1 support

This commit is contained in:
Irzhy Ranaivoarivony 2023-10-28 02:00:16 +03:00 committed by GitHub
parent 233db64cc1
commit 4c93af5c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@
// You should have received a copy of the GNU Lesser General Public License // 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/>. // along with the go-ethereum library. If not, see <http://www.gnu.org/licenses/>.
//go:build windows || js //go:build windows || js || wasip1
// +build windows js // +build windows js wasip1
package metrics package metrics