cmake 4.0.0 removes support for cmake_minimum_required values below 3.5, which makes this project build fails. This can be fixed by increasing the cmake_minimum_required value in CMakeLists.txt, in this case I suppose upgrading to a newer version of wabt may work.
cmake 4.0.0 removes support for cmake_minimum_required values below 3.5, which makes this project build fails. This can be fixed by increasing the cmake_minimum_required value in CMakeLists.txt, in this case I suppose upgrading to a newer version of wabt may work.