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] Add support for non-HelloWasm test projects to `wasmjit-diff.ps1` #2366

Closed SingleAccretion closed 1 year ago

SingleAccretion commented 1 year ago

Sample usage: ./wasmjit-diff WasmDebugging.csproj -b -a. The test project path is relative to the current working directory.

SingleAccretion commented 1 year ago

@dotnet/nativeaot-llvm