web-wasi: bump to wasi-sdk 25.0

Update for their migration to the CMake build system and use of binary
sdk artifacts.
This commit is contained in:
Matt McCormick
2024-12-23 06:48:56 -05:00
parent 43b2dd1550
commit e2bc513d3f
6 changed files with 31 additions and 46 deletions

View File

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