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.38k stars 192 forks source link

[NativeAOT-LLVM] Use the "universal" OS for WASM-targeting Jits #2449

Closed SingleAccretion closed 8 months ago

SingleAccretion commented 8 months ago

This is more in line with their nature (generating code for both WASI and Browser), and will help a bit in bringing up libraries tests, specifically cross-compilation.

SingleAccretion commented 8 months ago

@dotnet/nativeaot-llvm