未验证 提交 47c75293 编写于 作者: O openharmony_ci 提交者: Gitee

!11263 【轻量级 PR】:arkcompiler子系统增加toolchain部件介绍

Merge pull request !11263 from weng-changcheng/N/A
...@@ -72,15 +72,16 @@ JS Runtime主要由四个子系统组成: ...@@ -72,15 +72,16 @@ JS Runtime主要由四个子系统组成:
## 目录<a name="section161941989596"></a> ## 目录<a name="section161941989596"></a>
``` ```
/ark /arkcompiler
├── ets_runtime # JS运行时组件 ├── ets_runtime # ArkTS运行时组件
├── runtime_core # 运行时公共组件 ├── runtime_core # 运行时公共组件
└── ets_frontend # JS语言的前端工具 ├── ets_frontend # ArkTS语言的前端工具
└── toolchain # ArkTS工具链
``` ```
## 使用指南<a name="section18393638195820"></a> ## 使用指南<a name="section18393638195820"></a>
[方舟运行时使用指南](https://gitee.com/openharmony/ark_js_runtime/blob/master/docs/ARK-Runtime-Usage-Guide-zh.md) [方舟运行时使用指南](https://gitee.com/openharmony/arkcompiler_ets_runtime/blob/master/docs/ARK-Runtime-Usage-Guide-zh.md)
## 相关仓<a name="section1371113476307"></a> ## 相关仓<a name="section1371113476307"></a>
...@@ -88,4 +89,6 @@ JS Runtime主要由四个子系统组成: ...@@ -88,4 +89,6 @@ JS Runtime主要由四个子系统组成:
[arkcompiler\_ets\_runtime](https://gitee.com/openharmony/arkcompiler_ets_runtime) [arkcompiler\_ets\_runtime](https://gitee.com/openharmony/arkcompiler_ets_runtime)
[arkcompiler\_ets\_frontend](https://gitee.com/openharmony/arkcompiler_ets_frontend) [arkcompiler\_ets\_frontend](https://gitee.com/openharmony/arkcompiler_ets_frontend)
\ No newline at end of file
[arkcompiler\_toolchain](https://gitee.com/openharmony/arkcompiler_toolchain)
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册