We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd08722 commit c303ad1Copy full SHA for c303ad1
src/BenchmarkDotNet/Templates/WasmCsProj.txt
@@ -12,7 +12,7 @@
12
<RuntimeIdentifier>browser-wasm</RuntimeIdentifier>
13
<PublishTrimmed>false</PublishTrimmed>
14
<RunAOTCompilation>false</RunAOTCompilation>
15
- <WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\$MAINJS$/WasmMainJSPath>
+ <WasmMainJSPath>$(RuntimeSrcDir)\src\mono\wasm\$MAINJS$</WasmMainJSPath>
16
<WasmGenerateRunV8Script>true</WasmGenerateRunV8Script>
17
<ValidateExecutableReferencesMatchSelfContained>false</ValidateExecutableReferencesMatchSelfContained>
18
<WasmNativeWorkload>false</WasmNativeWorkload>
0 commit comments