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
Support for external_debug_info section in wasm-split for external dwarf files. (#619)
Added windows binaries for wasm-split and symsorter to releases (#624)
Also populate the shared cache from existing items in the local cache, not only new ones. (#648)
Switch minidump processing entirely to rust-minidump, this is currently faster, more reliable and produces at least similar quality stacktraces. Breakpad has been removed as a dependency. (#723#731#732)
Fixes
Avoid errors from symbol source in bcsymbolmap lookups from cancelling the entire symcache lookup. (#643)