This was the reason for which Mozilla's hack to use the already built Clang didn't work at the first attempt: Clang needs libclang_rt.builtins-wasm32.a to compile the WASI SDK successfully.
At the moment, the workaround is to copy that library only in firefox and geckoview.
I am not sure we want to do the opposite, i.e., find a way to compile WASI in the clang project, to always have it.
I do not like big projects very much, and eventually did the opposite also for compiler-rt (even though the reason for this one is that my goal is to have a single archive of a series of projects, such as Clang, CMake, maybe binutils, etc...).