Refactor uses of `DwarfHelper`
Open
area-ReadyToRun
- Dominant language
- C#
- Stars
- 18.3k
- Forks
- 5.6k
- PR merge metrics
- PR metrics pending
Description
`DwarfHelper` is used frequently in the Wasm object writer to read and write ULEB/SLEB values. We should consider moving the encoding ULEB/SLEB functionality that Wasm uses to a format-neutral helper class for better organization.
Contributor guide
Assessment
This issue has not been assessed yet.