From 96ca0b287e8b1706640e0e9c507bdba98e7747cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=A2=A8?= Date: Sat, 14 Mar 2026 00:58:50 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E8=A1=A5=E5=85=85=20Hermes=20JS=20Engi?= =?UTF-8?q?ne=20=E5=BA=93=E7=9A=84=E5=90=8C=E7=BB=84=E6=96=87=E4=BB=B6=20(?= =?UTF-8?q?#1287)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- native-libs/libhermesvm.so.json | 39 +++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 native-libs/libhermesvm.so.json diff --git a/native-libs/libhermesvm.so.json b/native-libs/libhermesvm.so.json new file mode 100644 index 0000000..b5935ba --- /dev/null +++ b/native-libs/libhermesvm.so.json @@ -0,0 +1,39 @@ +{ + "data": [ + { + "locale": "zh-Hans", + "data": { + "label": "Hermes JS Engine", + "dev_team": "Facebook", + "rule_contributors": [ + "xyl23333", + "ArthurCyy", + "HenryWu01", + "WOLFRAZOR", + "sebastien46", + "yfdyh000" + ], + "description": "Hermes 是一个为 React Native 应用程序的快速启动而优化的 JavaScript 引擎。它具有提前静态优化和紧凑的字节码。", + "source_link": "https://github.com/facebook/hermes" + } + }, + { + "locale": "en", + "data": { + "label": "Hermes JS Engine", + "dev_team": "Facebook", + "rule_contributors": [ + "xyl23333", + "ArthurCyy", + "HenryWu01", + "WOLFRAZOR", + "sebastien46", + "yfdyh000" + ], + "description": "Hermes is a JavaScript engine optimized for fast startup of React Native applications. It features ahead-of-time static optimization and compact bytecode.", + "source_link": "https://github.com/facebook/hermes" + } + } + ], + "uuid": "A228D644-0E73-4723-BBFA-5BBF905A49B7" +} \ No newline at end of file