xref
: /
third_party
/
rust
/
crates
/
libc
/
ci
/
docker
/
wasm32-wasi
/
clang.sh
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/rust/crates/libc/ci/docker/wasm32-wasi/
1
#!/
usr
/
bin
/
env
sh
2
exec
/
usr
/
bin
/
clang
--
target
=
wasm32
-
wasi
--
sysroot
/
wasi-libc
/
sysroot
"$@"
3