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.
1 parent 7314a7f commit ebd63e3Copy full SHA for ebd63e3
Makefile
@@ -5,7 +5,7 @@ generate: examples/plugin.wasm examples/sqlc.dev.yaml
5
6
# https://github.com/bytecodealliance/javy/releases/tag/v1.2.0
7
examples/plugin.wasm: out.js
8
- ./javy compile out.js -o examples/plugin.wasm
+ ./javy build out.js -o examples/plugin.wasm
9
10
out.js: src/app.ts $(wildcard src/drivers/*.ts) src/gen/plugin/codegen_pb.ts
11
npx tsc --noEmit
0 commit comments