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" }
15
15
source = " main.wasm"
16
16
allowed_outbound_hosts = []
17
17
[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"
19
19
watch = [" **/*.c" ]
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ executor = { type = "wagi" }
15
15
source = " main.wasm"
16
16
allowed_outbound_hosts = []
17
17
[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"
19
19
watch = [" src/**/*.zig" ]
You can’t perform that action at this time.
0 commit comments