mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 10:53:36 +02:00
web-wasi: Initial addition
This commit is contained in:
3
web-wasi/clang++-wasi-sysroot.sh
Executable file
3
web-wasi/clang++-wasi-sysroot.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
exec ${WASI_SDK_PATH}/bin/clang++ --sysroot=${WASI_SYSROOT} "$@"
|
Reference in New Issue
Block a user