We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 14cbeeb + 5a1ef11 commit 9723408Copy full SHA for 9723408
Makefile
@@ -5,7 +5,7 @@ generate: examples/plugin.wasm examples/sqlc.dev.yaml
5
6
# https://github.com/bytecodealliance/javy/releases/tag/v7.0.1
7
examples/plugin.wasm: out.js bin/javy
8
- ./bin/javy build out.js -C source=omitted -o examples/plugin.wasm
+ ./bin/javy build out.js --codegen source=omitted -o examples/plugin.wasm
9
10
out.js: src/app.ts $(wildcard src/drivers/*.ts) src/gen/plugin/codegen_pb.ts node_modules
11
npx tsc --noEmit
0 commit comments