The binaryen.js bot is currently failing with
In file included from binaryen/src/shell-interface.h:28:
binaryen/src/wasm-interpreter.h:1783:28: error: 'auto' not allowed in lambda parameter
auto fillLanes = [&](auto lanes, size_t laneBytes) {
Wondering if this has something to do with the bot still using fastcomp, or if it's something else?
The binaryen.js bot is currently failing with
Wondering if this has something to do with the bot still using fastcomp, or if it's something else?