dockcross/web-wasi/clang++-wasi-sysroot.sh
Matt McCormick e2bc513d3f web-wasi: bump to wasi-sdk 25.0
Update for their migration to the CMake build system and use of binary
sdk artifacts.
2024-12-23 07:28:11 -05:00

4 lines
105 B
Bash
Executable File

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