We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbd44e2 commit 3fcf9adCopy full SHA for 3fcf9ad
Makefile
@@ -1,15 +1,14 @@
1
.PHONY: test lint wasirun
2
3
-GO ?= go
4
-GOPATH = $(shell $(GO) env GOPATH)
+GOPATH = $(shell gotip env GOPATH)
5
6
wasip1.test: go.mod $(wildcard wasip1/*.go)
7
- GOARCH=wasm GOOS=wasip1 $(GO) test -c ./wasip1
+ GOARCH=wasm GOOS=wasip1 gotip test -c ./wasip1
8
9
test: wasirun wasip1.test
10
wasirun wasip1.test -test.v
11
12
wasirun: $(GOPATH)/bin/wasirun
13
14
$(GOPATH)/bin/wasirun:
15
- $(GO) install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
+ gotip install github.com/stealthrocket/wasi-go/cmd/wasirun@latest
0 commit comments