We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898c102 commit 96d9355Copy full SHA for 96d9355
1 file changed
build.bat
@@ -2,10 +2,12 @@
2
setlocal
3
4
:: Set environment variables
5
+echo Set the ENV-Vars
6
set GOOS=wasip1
7
set GOARCH=wasm
8
9
:: Build the Go plugin
10
+echo Building the wasm
11
go build -o sqlc-gen-better-python.wasm plugin/main.go
12
13
:: Generate SHA-256 hash
0 commit comments