dockcross/web-wasi-threads/clang++-wasi-threads-sysroot.sh
2025-01-07 15:56:54 -05:00

4 lines
122 B
Bash
Executable File

#!/usr/bin/env sh
exec ${WASI_SDK_PATH}/bin/clang++ -pthread --target=wasm32-wasi-threads --sysroot=${WASI_SYSROOT} "$@"