tensorush/libzigunwind
1
0
Fork
You've already forked libzigunwind
1
Local stack unwinding library for Zig.
  • Zig 73.6%
  • Assembly 22.5%
  • C 3.9%
2025年11月28日 13:15:06 +03:00
src fix: allow or1k 2025年09月07日 16:45:34 +03:00
.gitattributes init 2025年05月03日 12:10:23 +03:00
.gitignore feat: port first rough approximation of minimal DWARF-based implementation 2025年05月19日 19:07:38 +03:00
build.zig chore: update to Zig 0.15.1 2025年09月07日 16:41:21 +03:00
build.zig.zon fix: readme 2025年10月28日 12:19:46 +03:00
LICENSE chore 2025年11月28日 13:01:42 +03:00
README.md chore 2025年11月28日 13:01:42 +03:00

libzigunwind

Local stack unwinding library for Zig.

Attempts to address ziglang/zig issue #23560.

Progress