浏览代码

Update README to reflect AArch64 and x86 support

Gary Guo 3 年之前
父节点
当前提交
f12a54b320
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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