docs: update platform support in README (#2029)
Co-authored-by: LongYinan <lynweklm@gmail.com>
This commit is contained in:
parent
2e0f983ccf
commit
a394984f5d
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,10 @@ A framework for building compiled `Node.js` add-ons in `Rust` via Node-API. Webs
|
|||
| Linux aarch64 gnu | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux aarch64 musl | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux arm gnueabihf | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux riscv64 gnu | N/A | N/A | ✓ | ✓ | ✓ |
|
||||
| Linux arm muslebihf | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux powerpc64le gnu | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux s390x gnu | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux riscv64 gnu | N/A | N/A | ✓ | ✓ | ✓ |
|
||||
| Linux aarch64 android | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| Linux armv7 android | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
| FreeBSD x64 | ✓ | ✓ | ✓ | ✓ | ✓ |
|
||||
|
|
Loading…
Reference in a new issue