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] Clean up the usage document #2382

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

Changes: 1) Removing not-needed command line arguments, removing the mention of -c Release not being supported (it has been for a long time). 2) Mentioning Windows x64 is the only supported host platform. 3) Mentioning WASI SDK installation. 4) Reordered the sections a bit. 5) Added periods, removed whitespace, etc.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm