Some packages fail to build on WebAssembly with the following error: ``` Error : ‘length(cpuset) <= max_cores’ is not TRUE ``` It might have something to do with the shims that we use? For example: - https://github.com/r-universe/cran/actions/runs/26581650215/job/78317097632 - https://github.com/r-universe/cran/actions/runs/26581548838/job/78317325765 - https://github.com/r-universe/cran/actions/runs/26581216908/job/78315629523 -
Some packages fail to build on WebAssembly with the following error:
It might have something to do with the shims that we use?
For example: