We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 858c792 commit 5c93198Copy full SHA for 5c93198
script/build-package.sh
@@ -7,4 +7,5 @@ swift build --triple wasm32-unknown-wasi \
7
-Xcc --sysroot=$WASI_SYSROOT \
8
-Xlinker --allow-undefined \
9
-Xlinker --export=swjs_call_host_function \
10
- -Xlinker --export=swjs_prepare_host_function_call
+ -Xlinker --export=swjs_prepare_host_function_call \
11
+ "$@"
0 commit comments