Open kjpou1 opened 3 years ago
I've hit this limitation when I was working on #60459 earlier today. It seems that large files > 2 GB are simply not supported by WASM.
Sample tests:
Fails with:
@SamMonoRT @lewing @vargaz are we aware of that? I am asking because the info provided above may suggest that only SetLength
does not work, while simply nothing works for such files.
64 bit numbers could be the culprit here as it seems to stand out.
The tests are failing with the following:
See PR: https://github.com/dotnet/runtime/pull/45949