Skip to content

Commit 96d9355

Browse files
committed
build: Set ENV-Vars and build wasm (main)
1 parent 898c102 commit 96d9355

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

build.bat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
setlocal
33

44
:: Set environment variables
5+
echo Set the ENV-Vars
56
set GOOS=wasip1
67
set GOARCH=wasm
78

89
:: Build the Go plugin
10+
echo Building the wasm
911
go build -o sqlc-gen-better-python.wasm plugin/main.go
1012

1113
:: Generate SHA-256 hash

0 commit comments

Comments
 (0)