Skip to content

Commit

Permalink
[wasm] Don't publish the aot-instances.dll assembly, its not needed a…
Browse files Browse the repository at this point in the history
…ny more. (#84214)

The runtime creates a dummy version of it internally.
  • Loading branch information
vargaz committed Apr 3, 2023
1 parent 4fdb1f6 commit 8b1d1ea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/wasm/build/WasmApp.Native.targets
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,7 @@
<WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.js" />
<WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.worker.js" Condition="Exists('$(_WasmIntermediateOutputPath)dotnet.worker.js')" />
<WasmNativeAsset Include="$(_WasmIntermediateOutputPath)dotnet.js.symbols" Condition="'$(WasmEmitSymbolMap)' == 'true' and Exists('$(_WasmIntermediateOutputPath)dotnet.js.symbols')" />
<_WasmAssembliesInternal Remove="$(_WasmDedupAssembly)"/>
</ItemGroup>
</Target>

Expand Down

0 comments on commit 8b1d1ea

Please sign in to comment.