Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ clean: ## Clean project: remove created binaries and apps

build-wasm: ## Compile-check every js/wasm binary (GOOS=js GOARCH=wasm), no run — mirrors the CI wasm lane
@echo "compile-checking js/wasm binaries..."
@for p in ./pkg/tpviz/wasm ./cmd/dmsg-wasm ./cmd/wasm-visor ./cmd/wasm-visor-probe ./cmd/websh-probe ./cmd/skywire/commands/web/wasm; do \
@for p in ./pkg/tpviz/wasm ./cmd/dmsg-wasm ./cmd/wasm-visor ./cmd/wasm-visor-probe ./cmd/websh-probe; do \
echo " GOOS=js GOARCH=wasm go build $$p"; \
GOOS=js GOARCH=wasm go build -mod=vendor -o /dev/null "$$p" || exit 1; \
done
Expand Down
3 changes: 0 additions & 3 deletions cmd/skywire-cli/commands/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ import (
cliversion "github.com/skycoin/skywire/cmd/skywire-cli/commands/version"
clivisor "github.com/skycoin/skywire/cmd/skywire-cli/commands/visor"
clivpn "github.com/skycoin/skywire/cmd/skywire-cli/commands/vpn"
"github.com/skycoin/skywire/cmd/skywire/commands/web"
"github.com/skycoin/skywire/pkg/buildinfo"
"github.com/skycoin/skywire/pkg/calvin"
"github.com/skycoin/skywire/pkg/cliout"
Expand Down Expand Up @@ -110,7 +109,6 @@ func init() {
cliutil.RootCmd.GroupID = groupUtil
cligot.RootCmd.GroupID = groupUtil
cliversion.RootCmd.GroupID = groupUtil
web.RootCmd.GroupID = groupUtil

// Install flag-aware `help` command (supports -r/-t/-d). Covers
// the case where `skywire cli` is invoked as a subcommand of the
Expand Down Expand Up @@ -150,7 +148,6 @@ func init() {
cliutil.RootCmd,
cligot.RootCmd,
cliversion.RootCmd,
web.RootCmd,

// Top-level shortcuts: high-traffic verbs reachable without
// the `visor` middle word. Long forms keep working at
Expand Down
24 changes: 0 additions & 24 deletions cmd/skywire/commands/web/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions cmd/skywire/commands/web/procgroup_unix.go

This file was deleted.

23 changes: 0 additions & 23 deletions cmd/skywire/commands/web/procgroup_windows.go

This file was deleted.

Binary file removed cmd/skywire/commands/web/static/b.wasm
Binary file not shown.
212 changes: 0 additions & 212 deletions cmd/skywire/commands/web/static/index.html

This file was deleted.

Loading
Loading