Open
Description
With the nativeaot
merge test wrapper, what is the intention, if any, for how it should be used to run non-host, e.g. Wasm, tests. For windows-x64
it looks like nativeaot.dll
is published as a NAOT exe, but for Wasm it would appear that dotnet run nativeaot.dll
would be desired, we need the writing of the results file on the host, not the target, and NAOT'ing this dll does not appear to contribute much.
Is this thinking correct, before I go off changing things?