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 035df09 commit 2449c82Copy full SHA for 2449c82
src/benchmarks/micro/MicroBenchmarks.Wasm.props
@@ -4,6 +4,6 @@
4
<WasmMainJSPath>$(WasmDataDir)\test-main.js</WasmMainJSPath>
5
<TrimMode>partial</TrimMode>
6
<JsonSerializerIsReflectionEnabledByDefault>true</JsonSerializerIsReflectionEnabledByDefault>
7
- <WasmNativeStrip>false</WasmNativeStrip>
+ <WasmBuildNative>true</WasmBuildNative>
8
</PropertyGroup>
9
</Project>
0 commit comments