mirror of
https://github.com/netbirdio/ice.git
synced 2026-05-22 17:10:58 -07:00
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:
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
// +build !js
|
||||
|
||||
package ice
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user