[browser][coreCLR] WebCIL + DAC compatibility
Open
arch-wasm
area-Diagnostics-coreclr
os-browser
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
[WebCIL loader for CoreCLR](https://github.com/dotnet/runtime/pull/124268) is gated behind `#ifdef TARGET_BROWSER` and there are open questions.
- Should we keep it behind `#ifdef TARGET_BROWSER` and have browser specific SOS binaries ?
- Or we should remove `#ifdef TARGET_BROWSER` ?
- Where the debugger takes the DLLs from ?
- Is it reading DLLs (before transform to WebCIL) or the actual .wasm files ?
- How do the .DLL/.wasm files get from (browser ??) into the debugger
Contributor guide
Assessment
This issue has not been assessed yet.