Update README to reflect AArch64 and x86 support

This commit is contained in:
Gary Guo 2021-10-10 22:35:50 +01:00
parent 4611999475
commit f12a54b320

View File

@ -9,7 +9,7 @@ This library serves two purposes:
1. Provide a pure Rust alternative to libgcc_eh or libunwind.
2. Provide easier unwinding support for `#![no_std]` targets.
Currently supports x86_64 and RV64.
Currently supports x86_64, x86, RV64 and AArch64.
## Unwinder