[RyuJit Wasm] Crossgen Wasm Namespace Refactor
Open
arch-wasm
area-ReadyToRun
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
We should ensure that new Wasm functionality for crossgen is added to the appropriate namespaces. I.e., if we need to add Wasm-specific logic in several places in `ILCompiler.DependencyAnalysis`, we should potentially just move Wasm-specific functionality into that root namespace for clarity to avoid unneeded namespace nesting and `using`s.
Contributor guide
Assessment
This issue has not been assessed yet.