Skip to content

WasmNativeWorkload=false doesn't work in wasm runs #1767

Open
@Lxiamail

Description

@Lxiamail

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

<WasmNativeWorkload>false</WasmNativeWorkload>
and
<WasmNativeWorkload>false</WasmNativeWorkload>
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions