1#!/usr/bin/env sh
2exec /usr/bin/clang --target=wasm32-wasi --sysroot /wasi-libc/sysroot "$@"
3