dotnet / dotnet/runtime

[browser][coreCLR] WebCIL + DAC compatibility

Open
#124,467 4 comments 0 reactions 1 assignee Claimed by @radekdoulik View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.