mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-22 10:53:36 +02:00
web-wasi-emulated-threads: initial addition
Todos: - Add to CI if possible (builds LLVM/Clang) - Add to README
This commit is contained in:
3
web-wasi-emulated-threads/clang-wasi-sysroot.sh
Executable file
3
web-wasi-emulated-threads/clang-wasi-sysroot.sh
Executable file
@ -0,0 +1,3 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
exec ${WASI_SDK_PATH}/bin/clang -D_WASI_EMULATED_PTHREAD --target=wasm32-wasi --sysroot=${WASI_SYSROOT} "$@"
|
Reference in New Issue
Block a user