mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-02-11 12:04:22 +01:00
4 lines
122 B
Bash
4 lines
122 B
Bash
![]() |
#!/usr/bin/env sh
|
||
|
|
||
|
exec ${WASI_SDK_PATH}/bin/clang++ -pthread --target=wasm32-wasi-threads --sysroot=${WASI_SYSROOT} "$@"
|