11cb0ef41Sopenharmony_ci# WASI Tests 21cb0ef41Sopenharmony_ci 31cb0ef41Sopenharmony_ciCompile with clang and `wasm32-wasi` target. The clang version used must be 41cb0ef41Sopenharmony_cibuilt with wasi-libc. You can specify the location for clang and the sysroot 51cb0ef41Sopenharmony_ciif needed when running make: 61cb0ef41Sopenharmony_ci 71cb0ef41Sopenharmony_ci```console 81cb0ef41Sopenharmony_ci$ make CC=/usr/local/opt/llvm/bin/clang SYSROOT=/path/to/wasi-libc/sysroot 91cb0ef41Sopenharmony_ci``` 10