Uh oh!
There was an error while loading. Please reload this page.
[wasm] Remove unncessary check for EMSDK_PATH - #50810
Conversation
We check for `emsdk` is much more granular way now, and at the points where it will actually be used. So, remove these stale early checks for `emsdk`. Fixesdotnet#50801
ghost
commented
Apr 6, 2021
Tagging subscribers to 'arch-wasm': @lewing Issue DetailsWe check for Fixes #50801
|
pranavkm
commented
Apr 6, 2021
There's a few other changes since preview3 that are missing in main: https://github.com/dotnet/runtime/compare/main...pranavkm-patch-1?quick_pull=1. Do you need any of the other changes too? |
radical
commented
Apr 6, 2021
nope. The other changes are improvements in |
* upstream/main: (568 commits) [wasm] Set __DistroRid on Windows to browser-wasm (dotnet#50842) [wasm] Fix order of include paths, to have the obj dir first (dotnet#50303) [wasm] Fix debug build of AOT cross compiler (dotnet#50418) Fix outdated comment (dotnet#50834) [wasm][tests] Add properties to allow passing args to xharness (dotnet#50678) Vectorized common String.Split() paths (dotnet#38001) Fix binplacing symbol files. (dotnet#50819) Move type check to after the null ref branch in out marshalling of blittable classes. (dotnet#50735) Remove extraneous CMake version requirement. (dotnet#50805) [wasm] Remove unncessary condition for EMSDK (dotnet#50810) Add loop alignment stats to JitLogCsv (dotnet#50624) Resolve ILLink warnings in System.Diagnostics.DiagnosticSource (dotnet#50265) Avoid unnecessary closures/delegates in Process (dotnet#50496) Fix for field layout verification across version bubble boundary (dotnet#50364) JIT: Enable CSE for VectorX.Create (dotnet#50644) [main] Update dependencies from mono/linker (dotnet#50779) [mono] More domain cleanup (dotnet#50771) Race condition in Mock reference tracker runtime with GC. (dotnet#50804) Remove IAssemblyName (and various fusion remnants) (dotnet#50755) Disable failing test for GCStress. (dotnet#50828) ...
We check for
emsdkin a much more granular way now, and at the pointswhere it will actually be used. So, remove these stale early checks for
emsdk.Fixes#50801