This website requires JavaScript.
Explore
Help
Register
Sign In
Bensuperpc
/
dockcross
Watch
1
Star
0
Fork
0
You've already forked dockcross
mirror of
https://github.com/bensuperpc/dockcross.git
synced
2024-11-08 20:27:27 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3ac4aed3aa
dockcross
/
web-wasi
/
clang++-wasi-sysroot.sh
4 lines
100 B
Bash
Raw
Normal View
History
Unescape
Escape
web-wasi: Initial addition
2021-10-08 23:07:09 +02:00
#!/usr/bin/env sh
web-wasi: Bump to WASI-SDK 17 The binary linux SDK in version 17 requires a newer glibc than we have available, so we have to use our own patched clang. This follows the approach in: https://github.com/WebAssembly/wasi-sdk/pull/271
2022-12-22 04:57:29 +01:00
exec
clang++-
${
LLVM_VERSION
}
--target
=
wasm32-wasi --sysroot
=
${
WASI_SYSROOT
}
"
$@
"
Reference in New Issue
Copy Permalink