In https://github.com/dotnet/runtime/pull/39355 a few tests were disabled since multiple `mmap()` to the same file don't result in data being shared in emscripten's VFS implemenation. We should investigate whether we can detect that and throw a proper `NotSupportedException`.
In #39355 a few tests were disabled since multiple
mmap()to the same file don't result in data being shared in emscripten's VFS implemenation.We should investigate whether we can detect that and throw a proper
NotSupportedException.