ethdb, rpc: support building on js/wasm (#17709)

The changes allow building WebAssembly applications which use ethclient.Client.
This commit is contained in:
Dmitrij Koniajev
2018-10-16 01:47:25 +03:00
committed by Felix Lange
parent 16e4d0e005
commit 6a7695e367
7 changed files with 236 additions and 68 deletions

View File

@@ -14,6 +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/>.
// +build !js
package ethdb_test
import (