Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some CMake guards when building the sysroot (#462)
* Require that the compiler is Clang, for example gcc and msvc cannot compile to WebAssembly. * Require that the Clang version is above the minimum threshold. Unsure what the minimum threshold is at this time so I've set it to 18.0.0
- Loading branch information