Uh oh!
There was an error while loading. Please reload this page.
[wasm] Support mono runtime components - #55680
Conversation
ghost
commented
Jul 14, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue Details
|
Uh oh!
There was an error while loading. Please reload this page.
radekdoulik
commented
Jul 14, 2021
It should solve the release size regression. For Debug configurations we would need to change more of the build logic I think. So these lines https://github.com/dotnet/runtime/blob/main/src/mono/wasm/Makefile#L51-L55 are still needed for runtime build. |
yeah that makes sense for the default build that ends up in the runtime pack |
I'm sorry, I don't understand, what do you mean by "solve the release size regression", are you talking about a release webassembly app or a release runtime? |
This should link in the stub components (debugger and hot-reload) in a Release configuration build when the workload is installed |
radekdoulik
commented
Jul 14, 2021
Yes, as Larry says. The webassembly app Release configuration. It can be also overriden by setting |
lewing
commented
Jul 14, 2021
@azure-pipelines |
Uh oh!
There was an error while loading. Please reload this page.
radical
commented
Jul 14, 2021
Needs a test in wasm.build.tests . |
lewing
commented
Jul 15, 2021
Looks like we need to fix the non-workload build for one. |
lewing
commented
Jul 15, 2021
I think I will push a fix soon. |
lewing
commented
Jul 15, 2021
runtime-dev-innerloop (Build windows x86 release MSBuild_CMake) is |
lewing
commented
Jul 15, 2021
runtime (CoreCLR Product Build windows x64 release PGO) failed from feed errors |
Uh oh!
There was an error while loading. Please reload this page.
radical
commented
Jul 15, 2021
In a follow up PR, a test could be added, eg. that converts |
Fix helix work item prefix
runtime (CoreCLR Product Build Linux_musl arm release) is |
lewing
commented
Jul 15, 2021
This is a browser only change and the browser lanes are green. |
This should fix#55608
Context: #54565