Hi, the Wasi-SDK readme (https://github.com/WebAssembly/wasi-sdk#readme) says that cmake/ninja/clang are required, but it looks like the top level file is the Makefile
and the build instructions seem to stop at setting an environment variable. I'm probably being a bit slow here, but shouldn't there be a CMakelists.txt if cmake is being used? Thanks.
The wasi-sdk build includes building LLVM, which uses CMake.
In theory, wasi-sdk's top-level Makefile could be converted to CMake too, if someone who knew CMake wanted to volunteer to do it.
Thanks!
Scott Waye has marked this topic as resolved.
Last updated: Nov 22 2024 at 17:03 UTC