mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
add wasip1 support
This commit is contained in:
parent
233db64cc1
commit
4c93af5c94
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 windows || js
|
||||
// +build windows js
|
||||
//go:build windows || js || wasip1
|
||||
// +build windows js wasip1
|
||||
|
||||
package metrics
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue