Add wasm build tags

This commit is contained in:
Viktor Liu
2025-09-01 14:47:09 +02:00
parent 96e95856cf
commit 430c6ae143
8 changed files with 16 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package main
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package http
import (
@@ -1,3 +1,5 @@
//go:build js
package rdp
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package rdp
import (
@@ -1,3 +1,5 @@
//go:build js
package rdp
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package ssh
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package ssh
import (
+2
View File
@@ -1,3 +1,5 @@
//go:build js
package ssh
import (