You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
DwarfHelperis 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.