-
Notifications
You must be signed in to change notification settings - Fork 82
Expand file tree
/
Copy pathlibhermesvm.so.json
More file actions
39 lines (39 loc) · 1.4 KB
/
libhermesvm.so.json
File metadata and controls
39 lines (39 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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"
}