mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 09:53:48 +00:00
Revert rlp/unsafe.go as wasm supports pointers
This commit is contained in:
parent
cedb26aba3
commit
77ffcc039e
2 changed files with 4 additions and 4 deletions
|
|
@ -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 nacl || js || wasip1 || !cgo
|
//go:build nacl || js || !cgo
|
||||||
// +build nacl js wasip1 !cgo
|
// +build nacl js !cgo
|
||||||
|
|
||||||
package rlp
|
package rlp
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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 !nacl && !js && !wasip1 && cgo
|
//go:build !nacl && !js && cgo
|
||||||
// +build !nacl,!js,!wasip1,cgo
|
// +build !nacl,!js,cgo
|
||||||
|
|
||||||
package rlp
|
package rlp
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue