web-wasi: Initial addition

This commit is contained in:
Matt McCormick
2021-10-08 17:07:09 -04:00
parent 54ac79315e
commit b1bfb861d8
8 changed files with 81 additions and 3 deletions

3
web-wasi/clang-wasi-sysroot.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env sh
exec ${WASI_SDK_PATH}/bin/clang --sysroot=${WASI_SYSROOT} "$@"