Support WASM build/test

Some tests using net.Conn connection are disabled for now
as it is not fully supported by WASM MVP stage.
This commit is contained in:
Atsushi Watanabe
2020-01-13 08:51:13 +09:00
parent b8eb3d4ec4
commit d001618082
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (
+2
View File
@@ -1,3 +1,5 @@
// +build !js
package ice
import (