mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-03-13 01:30:05 +01:00
4 lines
130 B
Bash
4 lines
130 B
Bash
![]() |
#!/usr/bin/env sh
|
||
|
|
||
|
exec ${WASI_SDK_PATH}/bin/clang++ -D_WASI_EMULATED_PTHREAD --target=wasm32-wasi --sysroot=${WASI_SYSROOT} "$@"
|