You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We do wasm relinking in some cases by default now (eg. in Release config). This breaks in case of Trimming tests run under dotnet-linker-tests, because it cannot find mono-aot-cross. It needs this to essentially invoke:
Tagging subscribers to 'arch-wasm': @lewing
See info in area-owners.md if you want to be subscribed.
Issue Details
We do wasm relinking in some cases by default now (eg. in Release config). This breaks in case of Trimming tests run under dotnet-linker-tests, because it cannot find mono-aot-cross. It needs this to essentially invoke:
We do wasm relinking in some cases by default now (eg. in Release config). This breaks in case of Trimming tests run under
dotnet-linker-tests
, because it cannot findmono-aot-cross
. It needs this to essentially invoke:"$(MonoAotCrossCompilerPath)" --print-icall-table > "$(_WasmIntermediateOutputPath)runtime-icall-table.h"
Wasm relinking has been disabled in this case, for now (#49774). But this needs to be fixed.
The text was updated successfully, but these errors were encountered: