dockcross/web-wasi-threads/clang++-wasi-threads-sysroot.sh

4 lines
122 B
Bash
Raw Normal View History

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