Skip to content

Commit 5c93198

Browse files
Allow extra argument
1 parent 858c792 commit 5c93198

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

script/build-package.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@ swift build --triple wasm32-unknown-wasi \
77
-Xcc --sysroot=$WASI_SYSROOT \
88
-Xlinker --allow-undefined \
99
-Xlinker --export=swjs_call_host_function \
10-
-Xlinker --export=swjs_prepare_host_function_call
10+
-Xlinker --export=swjs_prepare_host_function_call \
11+
"$@"

0 commit comments

Comments
 (0)