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.36k stars 188 forks source link

[NativeAOT-LLVM] Use clang from EMSDK directly to compile bitcode #2603

Closed SingleAccretion closed 3 weeks ago

SingleAccretion commented 4 weeks ago

We currently use emcc, which involves a number of wrapper layers that are unnecessary when compiling bitcode.