File tree Expand file tree Collapse file tree 12 files changed +18
-185
lines changed Expand file tree Collapse file tree 12 files changed +18
-185
lines changed Original file line number Diff line number Diff line change 11/.idea /
22__pycache__
3- cache
Original file line number Diff line number Diff line change @@ -54,18 +54,3 @@ internal/python/ast/ast.pb.go: protos/python/ast.proto
5454 --go_out=. \
5555 --go_opt=module=github.com/kyleconroy/sqlc \
5656 ./protos/python/ast.proto
57-
58- wasm : cache/sqlc-codegen-python.wasm cache/sqlc-codegen-go.wasm cache/sqlc-codegen-kotlin.wasm
59-
60- cache/sqlc-codegen-python.wasm : cmd/sqlc-codegen-python/main.go
61- cd cmd/sqlc-codegen-python && tinygo build -o ../../cache/sqlc-codegen-python.wasm -gc=leaking -scheduler=none -wasm-abi=generic -target=wasi
62-
63- cache/sqlc-codegen-kotlin.wasm : cmd/sqlc-codegen-kotlin/main.go
64- cd cmd/sqlc-codegen-kotlin && tinygo build -o ../../cache/sqlc-codegen-kotlin.wasm -gc=leaking -wasm-abi=generic -target=wasi
65-
66- cache/sqlc-codegen-go.wasm : cmd/sqlc-codegen-go/main.go
67- cd cmd/sqlc-codegen-go && tinygo build -o ../../cache/sqlc-codegen-go.wasm -gc=leaking -wasm-abi=generic -target=wasi
68-
69-
70-
71-
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44
55require (
66 github.com/antlr/antlr4/runtime/Go/antlr v0.0.0-20220209173558-ad29539cd2e9
7- github.com/bytecodealliance/wasmtime-go v0.34 .0
7+ github.com/bytecodealliance/wasmtime-go v0.35 .0
88 github.com/davecgh/go-spew v1.1.1
99 github.com/go-sql-driver/mysql v1.6.0
1010 github.com/google/go-cmp v0.5.7
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ github.com/benbjohnson/clock v1.1.0 h1:Q92kusRqC1XV2MjkWETPvjJVqKetz1OzxZB7mHJLj
77github.com/benbjohnson/clock v1.1.0 /go.mod h1:J11/hYXuz8f4ySSvYwY0FKfm+ezbsZBKZxNJlLklBHA =
88github.com/bytecodealliance/wasmtime-go v0.34.0 h1:PaWS0DUusaXaU3aNoSYjag6WmuxjyPYBHgkrC4EXips =
99github.com/bytecodealliance/wasmtime-go v0.34.0 /go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI =
10+ github.com/bytecodealliance/wasmtime-go v0.35.0 h1:VZjaZ0XOY0qp9TQfh0CQj9zl/AbdeXePVTALy8V1sKs =
11+ github.com/bytecodealliance/wasmtime-go v0.35.0 /go.mod h1:q320gUxqyI8yB+ZqRuaJOEnGkAnHh6WtJjMaT2CW4wI =
1012github.com/cockroachdb/apd v1.1.0 h1:3LFP3629v+1aKXU5Q37mxmRxX/pIu1nijXydLShEq5I =
1113github.com/cockroachdb/apd v1.1.0 /go.mod h1:8Sl8LxpKi29FqWXR16WEFZRNSz3SoPzUzeMeY4+DwBQ =
1214github.com/coreos/go-systemd v0.0.0-20190321100706-95778dfbb74e /go.mod h1:F5haX7vjVVG0kc13fIWeqUViNPyEJxv/OmvnBo0Yme4 =
You can’t perform that action at this time.
0 commit comments