Stream: wasi

Topic: ✔ How to build the wasi-sdk on windows


view this post on Zulip Scott Waye (May 27 2023 at 20:54):

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 Makefileand 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.

WASI-enabled WebAssembly C/C++ toolchain. Contribute to WebAssembly/wasi-sdk development by creating an account on GitHub.

view this post on Zulip Dan Gohman (May 27 2023 at 20:59):

The wasi-sdk build includes building LLVM, which uses CMake.

view this post on Zulip Dan Gohman (May 27 2023 at 21:01):

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.

view this post on Zulip Scott Waye (May 27 2023 at 21:41):

Thanks!

view this post on Zulip Notification Bot (May 27 2023 at 21:41):

Scott Waye has marked this topic as resolved.


Last updated: Nov 22 2024 at 17:03 UTC