Revert rlp/unsafe.go as wasm supports pointers

This commit is contained in:
Ryan Tinianov 2025-01-29 13:22:14 -05:00
parent cedb26aba3
commit 77ffcc039e
2 changed files with 4 additions and 4 deletions

View file

@ -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 nacl || js || wasip1 || !cgo
// +build nacl js wasip1 !cgo
//go:build nacl || js || !cgo
// +build nacl js !cgo
package rlp

View file

@ -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 !nacl && !js && !wasip1 && cgo
// +build !nacl,!js,!wasip1,cgo
//go:build !nacl && !js && cgo
// +build !nacl,!js,cgo
package rlp