dotnet / runtimelab

This repo is for experimentation and exploring new ideas that may or may not make it into the main dotnet/runtime repo.
MIT License
1.42k stars 199 forks source link

[NativeAOT-LLVM] Fix partial munmapping #2395

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

Fixes the smoke test failures remaining after #2387.

Also ref: https://github.com/emscripten-core/emscripten/pull/14504.

This should bring WASI more or less in line with Browser in terms of quality.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm