We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a3348 commit 5c3b85fCopy full SHA for 5c3b85f
x/wasihttp/Makefile
@@ -0,0 +1,7 @@
1
+.PHONY: tools
2
+tools:
3
+ go generate -tags tools ./...
4
+
5
+.PHONY: go-bindings
6
+go-bindings:
7
+ go run go.bytecodealliance.org/cmd/wit-bindgen-go generate -o internal/ ./wit
x/wasihttp/go.mod
@@ -0,0 +1,5 @@
+module go.bytecodealliance.org/x/wasihttp
+go 1.23.0
+require go.bytecodealliance.org/cm v0.1.0
x/wasihttp/go.sum
@@ -0,0 +1,2 @@
+go.bytecodealliance.org/cm v0.1.0 h1:78Rk4d5rgir5Hm+LMFpDWhjmFBWrKDFPSKUwDBj+nwo=
+go.bytecodealliance.org/cm v0.1.0/go.mod h1:NZ2UT0DyGhBfpIPOxPMCuG6g1YTR4YF3xweD7mHX5VQ=
0 commit comments