File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737 generate_release_notes : true
3838 make_latest : true
3939 fail_on_unmatched_files : true
40+ overwrite_files : false
Original file line number Diff line number Diff line change 33* .wasm
44javy
55tests
6- /javy-x86_64-linux-v1.2.0
7- /javy-x86_64-linux-v1.2.0.gz
6+ /javy-x86_64-linux- *
87/bin /javy
Original file line number Diff line number Diff line change 33generate : examples/plugin.wasm examples/sqlc.dev.yaml
44 cd examples && sqlc -f sqlc.dev.yaml generate
55
6- # https://github.com/bytecodealliance/javy/releases/tag/v1.2.0
6+ # https://github.com/bytecodealliance/javy/releases/tag/v7.0.1
77examples/plugin.wasm : out.js bin/javy
8- ./bin/javy compile out.js -o examples/plugin.wasm
8+ ./bin/javy build out.js -C source=omitted -o examples/plugin.wasm
99
1010out.js : src/app.ts $(wildcard src/drivers/* .ts) src/gen/plugin/codegen_pb.ts node_modules
1111 npx tsc --noEmit
@@ -18,12 +18,12 @@ node_modules: package.json package-lock.json
1818 npm install
1919
2020bin/javy :
21- wget https://github.com/bytecodealliance/javy/releases/download/v1.2.0 /javy-x86_64-linux-v1.2.0 .gz
22- gunzip --force javy-x86_64-linux-v1.2.0 .gz
23- install -Dpv javy-x86_64-linux-v1.2.0 bin/javy
21+ wget https://github.com/bytecodealliance/javy/releases/download/v7.0.1 /javy-x86_64-linux-v7.0.1 .gz
22+ gunzip --force javy-x86_64-linux-v7.0.1 .gz
23+ install -Dpv javy-x86_64-linux-v7.0.1 bin/javy
2424
2525clean :
2626 $(RM ) -r out.js
2727 $(RM ) -r examples/plugin.wasm
2828 $(RM ) -r node_modules
29- $(RM ) -r bin/javy javy-x86_64-linux-v1.2.0 javy-x86_64-linux-v1.2.0 .gz
29+ $(RM ) -r bin/javy javy-x86_64-linux-v7.0.1 javy-x86_64-linux-v7.0.1 .gz
You can’t perform that action at this time.
0 commit comments