We currently set a higher threshold for Ninja (to 131072, to be more exact) to make it create response files at a much longer limit, but we should explore if pywasmcross can gain the ability to read such files and reconstruct the command-line arguments from there (and write to them).
I am not sure if this can be done in an elegant manner, but since we don't really support Windows (despite a few users using it), we could even add this as an environment variable for build_env for a start.
xref scipy/scipy#25618
We currently set a higher threshold for Ninja (to 131072, to be more exact) to make it create response files at a much longer limit, but we should explore if pywasmcross can gain the ability to read such files and reconstruct the command-line arguments from there (and write to them).
I am not sure if this can be done in an elegant manner, but since we don't really support Windows (despite a few users using it), we could even add this as an environment variable for
build_envfor a start.xref scipy/scipy#25618