Skip to content

Commit 6424dcc

Browse files
committed
fix the last TinyGo issue
1 parent 2d8175d commit 6424dcc

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

examples/wasm/sqlc.json

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,8 @@
77
"engine": "postgresql",
88
"gen": {
99
"wasm": {
10-
"out": "gen/go",
11-
"path": "../../cache/sqlc-codegen-go.wasm"
12-
}
13-
}
14-
},
15-
{
16-
"schema": "../authors/postgresql/schema.sql",
17-
"queries": "../authors/postgresql/query.sql",
18-
"engine": "postgresql",
19-
"gen": {
20-
"wasm": {
21-
"out": "gen/kotlin",
22-
"path": "../../cache/sqlc-codegen-kotlin.wasm"
10+
"out": "gen/python",
11+
"path": "../../cache/sqlc-codegen-python.wasm"
2312
}
2413
}
2514
},
@@ -29,8 +18,8 @@
2918
"engine": "postgresql",
3019
"gen": {
3120
"wasm": {
32-
"out": "gen/python",
33-
"path": "../../cache/sqlc-codegen-python.wasm"
21+
"out": "gen/go",
22+
"path": "../../cache/sqlc-codegen-go.wasm"
3423
}
3524
}
3625
}

internal/python/ast/ast.pb.go

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)