mirror of
https://github.com/bensuperpc/dockcross.git
synced 2026-07-26 04:48:08 +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
@@ -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