Skip to content

Commit 383f60c

Browse files
committed
Initial commit
0 parents  commit 383f60c

File tree

13 files changed

+5805
-0
lines changed

13 files changed

+5805
-0
lines changed

Makefile

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
all: sqlc-gen-python sqlc-gen-python.wasm
2+
3+
sqlc-gen-python:
4+
cd cmd/sqlc-gen-python && go build -o ~/bin/sqlc-gen-python ./main.go
5+
6+
sqlc-gen-python.wasm:
7+
cd cmd/sqlc-gen-python && tinygo build -o sqlc-gen-python.wasm -gc=leaking -scheduler=none -wasm-abi=generic -target=wasi main.go
8+
openssl sha256 cmd/sqlc-gen-python/sqlc-gen-python.wasm
9+

0 commit comments

Comments
 (0)