File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ executor = { type = "wagi" }
1515source = " main.wasm"
1616allowed_outbound_hosts = []
1717[component .{{project-name | kebab_case}} .build ]
18- command = " zig build-exe -O ReleaseSmall -target wasm32-wasip1 main.c -lc"
18+ command = " zig build-exe -O ReleaseSmall -target wasm32-wasi main.c -lc"
1919watch = [" **/*.c" ]
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ executor = { type = "wagi" }
1515source = " main.wasm"
1616allowed_outbound_hosts = []
1717[component .{{project-name | kebab_case}} .build ]
18- command = " zig build-exe -O ReleaseSmall -target wasm32-wasip1 src/main.zig"
18+ command = " zig build-exe -O ReleaseSmall -target wasm32-wasi src/main.zig"
1919watch = [" src/**/*.zig" ]
You can’t perform that action at this time.
0 commit comments