Open
Description
To avoid wasm_tools to be required in wasm interpreter and wasm aot runs, the WasmNativeWorkload property should be set to false as below. Even though
and attempted to make the fix, however, it doesn't work for some reason. To temporarily work around this issue, a directory.build.props file had to be inserted to the workitemdirectory of perf run on helix machine, which could have unexpected bad consequences since it is shared by all the perf runs. Fixing this issue is must-to-have. @naricc<Project>
<PropertyGroup>
<WasmNativeWorkload>false</WasmNativeWorkload>
</PropertyGroup>
</Project>
Metadata
Metadata
Assignees
Labels
No labels