From a394984f5d15ba7b86defa1c72781d4733d71d31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 9 Apr 2024 19:29:04 +0900 Subject: [PATCH] docs: update platform support in README (#2029) Co-authored-by: LongYinan --- crates/napi/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/crates/napi/README.md b/crates/napi/README.md index f82e5608..b818ac4b 100644 --- a/crates/napi/README.md +++ b/crates/napi/README.md @@ -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 | ✓ | ✓ | ✓ | ✓ | ✓ |