Skip to content

Commit 9e7e507

Browse files
author
Nathan Ricci
authored
Added <WasmNativeWorkload>false</WasmNativeWorkload> to Wasm cs proj. (#1734)
1 parent 75f6327 commit 9e7e507

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/BenchmarkDotNet/Templates/WasmAotCsProj.txt

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
<WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\runtime-test.js</WasmMainJSPath>
1515
<WasmGenerateRunV8Script>true</WasmGenerateRunV8Script>
1616
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
17+
<WasmNativeWorkload>false</WasmNativeWorkload>
1718
$COPIEDSETTINGS$
1819
</PropertyGroup>
1920

src/BenchmarkDotNet/Templates/WasmCsProj.txt

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
<MicrosoftNetCoreAppRuntimePackDir>$RUNTIMEPACK$</MicrosoftNetCoreAppRuntimePackDir>
1111
<UsingBrowserRuntimeWorkload>false</UsingBrowserRuntimeWorkload>
1212
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
13+
<WasmNativeWorkload>false</WasmNativeWorkload>
1314
$COPIEDSETTINGS$
1415
</PropertyGroup>
1516

0 commit comments

Comments
 (0)