diff --git a/src/mono/wasm/build/WasmApp.targets b/src/mono/wasm/build/WasmApp.targets index be9b8434fbcdd35b6388583b25b0d02ccd543b5b..a3854461b7845b215be570948b518372b07274a8 100644 --- a/src/mono/wasm/build/WasmApp.targets +++ b/src/mono/wasm/build/WasmApp.targets @@ -473,7 +473,23 @@ - + + + <_EmccLinkerArguments Include="$(EmccLDFlags)" /> + <_EmccLinkerArguments Include="--js-library "%(_DotnetJSSrcFile.Identity)"" /> + <_EmccLinkerArguments Include=""%(_BitcodeFile.Identity)"" /> + <_EmccLinkerArguments Include=""%(_WasmObjects.Identity)"" /> + <_EmccLinkerArguments Include="-o "$(_WasmIntermediateOutputPath)dotnet.js"" /> + + + + <_EmccLinkerResponseFile>$(_WasmIntermediateOutputPath)emcc-link.rsp + + + + + +