wasi-sdk
wasi-sdk copied to clipboard
WASI-enabled WebAssembly C/C++ toolchain
One of my workflows when moving to WASI SDK 23 due to the file renaming of the release tarballs to include the CPU architecture. Having a GitHub Action that downloaded,...
CMake added `CMAKE_SYSTEM_NAME="WASI"` builtin! 🎉 https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9659 ...(hopefully) as of CMake 3.31 🙄 Merge this whenever you bump the minimum CMake version to 3.31+ (which isn't even released yet 😅). Unsure...
i saw the following error while doing "cmake --build build/toolchain --target dist". i guess rust/cargo requirements should be documented in https://github.com/WebAssembly/wasi-sdk?tab=readme-ov-file#requirements. ```shell error[E0658]: using an imported function as entry point...