From 69af8c826dddd73403fd73ea20c4d57651686fa1 Mon Sep 17 00:00:00 2001 From: king_he <6384784@qq.com> Date: Thu, 1 Sep 2022 02:42:14 +0000 Subject: [PATCH] =?UTF-8?q?update=20zh-cn/readme/=E8=AF=AD=E8=A8=80?= =?UTF-8?q?=E8=BF=90=E8=A1=8C=E6=97=B6=E5=AD=90=E7=B3=BB=E7=BB=9F.md.=20Si?= =?UTF-8?q?gned-off-by:=20king=5Fhe=20<6384784@qq.com>?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: king_he <6384784@qq.com> --- ...7\266\345\255\220\347\263\273\347\273\237.md" | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git "a/zh-cn/readme/\350\257\255\350\250\200\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" "b/zh-cn/readme/\350\257\255\350\250\200\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" index f2d7e35270..a216abf5dd 100755 --- "a/zh-cn/readme/\350\257\255\350\250\200\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" +++ "b/zh-cn/readme/\350\257\255\350\250\200\350\277\220\350\241\214\346\227\266\345\255\220\347\263\273\347\273\237.md" @@ -1,21 +1,17 @@ # 语言运行时子系统 -- [简介](#section15963162310012) -- [目录](#section971210485617) -- [约束](#section119744591305) -- [说明](#section1312121216216) -- [相关仓](#section1371113476307) ## 简介 语言运行时子系统提供了JS、C/C++语言程序的编译、执行环境,提供支撑运行时的基础库,以及关联的API接口、编译器和配套工具。当前支持的编程语言包括JS、C/C++。子系统中的组件划分也是基于编程语言维度,每个组件支持单独编译,可以基于场景进行组合和分离。 +如下图所示,子系统提供编译器及相关工具链支撑JS、C/C++语言的运行,并提供了语言相关基础库、API 接口、JS Engine能力。 + **图 1** 子系统架构图 ![](figures/子系统架构图-5.png) -如上图所示,子系统提供编译器及相关工具链支撑JS、C/C++语言的运行,并提供了语言相关基础库、API 接口、JS engine能力。 ## 目录 @@ -33,12 +29,14 @@ ## 约束 1. 相关API接口不能擅自新增、修改和调整。 -2. JS engine的实现由子系统内部约束,不对外提供配置项。 +2. JS Engine的实现由子系统内部约束,不对外提供配置项。 ## 说明 语言基础能力支持通过库文件方式支持,部分能力会整合到Native、JS的SDK中,集成到DevEco Studio中发布使用。 +## 相关仓 + 涉及引用的三方软件及预编译工具链仓如下: [third_party_boost](https://gitee.com/openharmony/third_party_boost) @@ -48,7 +46,3 @@ [third_party_jerryscript](https://gitee.com/openharmony/third_party_jerryscript) [third_party_mingw-w64](https://gitee.com/openharmony/third_party_mingw-w64) - -## 相关仓 - -**语言运行时子系统** -- GitLab