Commits


juj authored and GitHub committed 7978a62f2b4
Pass -DENABLE_WERROR=0 when building Binaryen (#1028) * Pass -DENABLE_WERROR=0 when building Binaryen We are experiencing an issue at our Unity CI with building Binaryen: https://github.com/WebAssembly/binaryen/issues/4588 It seems that for end users, disabling -Werror is a good general measure to enable wider chance of success to build. Emsdk installations are unlikely to be used by Binaryen developers to iterate on Binaryen development, so it is not necessary there? * Flake