Skip to content

Commit

Permalink
refactor: move wasm folder out of cmd (#147)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles-Edouard Brétéché <charles.edouard@nirmata.com>
  • Loading branch information
eddycharly committed Oct 28, 2023
1 parent a4d67fa commit f582e30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ build: $(CLI_BIN) ## Build
.PHONY: build-wasm
build-wasm: fmt vet codegen-crds codegen-deepcopy codegen-register codegen-client ## Build the wasm binary
@echo Build wasm module... >&2
@GOOS=js GOARCH=wasm go build -o ./website/playground/assets/main.wasm -ldflags=$(LD_FLAGS) ./cmd/wasm/main.go
@GOOS=js GOARCH=wasm go build -o ./website/playground/assets/main.wasm -ldflags=$(LD_FLAGS) ./wasm/main.go

.PHONY: serve-playground
serve-playground: $(CLI_BIN) ## Serve playground
Expand Down
File renamed without changes.

0 comments on commit f582e30

Please sign in to comment.