Skip to content
This repository was archived by the owner on Feb 19, 2025. It is now read-only.

Commit 51ffed2

Browse files
committed
CI
1 parent e60258c commit 51ffed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export-wws.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
clang-18 script.c -I header --target=wasm32-unknown-unknown \
2222
--optimize=3 -nostdlib -nostdlibinc -nostdinc -nostdinc++ \
2323
-Wl,--no-entry -Wl,--export-all -Wl,--error-limit=0 \
24-
-Wl,--allow-undefined --output %script%.wasm
24+
-Wl,--allow-undefined --output script.wasm
2525
2626
- name: export
2727
run: |

0 commit comments

Comments
 (0)