From 5887630681eebf0a8e7a8b79c5e009ea4e7b957b Mon Sep 17 00:00:00 2001 From: cencus Date: Fri, 27 Dec 2024 11:09:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9readme=E7=AE=80=E4=BB=8B?= =?UTF-8?q?=EF=BC=8C=E5=88=A0=E9=99=A4=E8=8B=B1=E6=96=87readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.en.md | 36 ------------------------------------ README.md | 2 +- 2 files changed, 1 insertion(+), 37 deletions(-) delete mode 100644 README.en.md diff --git a/README.en.md b/README.en.md deleted file mode 100644 index ce4d4cf..0000000 --- a/README.en.md +++ /dev/null @@ -1,36 +0,0 @@ -# ExecutingJSWithJSVM - -#### Description -{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} - -#### Software Architecture -Software architecture description - -#### Installation - -1. xxxx -2. xxxx -3. xxxx - -#### Instructions - -1. xxxx -2. xxxx -3. xxxx - -#### Contribution - -1. Fork the repository -2. Create Feat_xxx branch -3. Commit your code -4. Create Pull Request - - -#### Gitee Feature - -1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md -2. Gitee blog [blog.gitee.com](https://blog.gitee.com) -3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) -4. The most valuable open source project [GVP](https://gitee.com/gvp) -5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) -6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/) diff --git a/README.md b/README.md index f23bc76..4b44d5b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 使用JSVM-API接口创建多个引擎执行JS代码并销毁 ### 简介 -本示例展示了如何使用JSVM-API在ArkTS环境中,动态传入JavaScript或自定义的Native函数代码字符串到Native侧执行,并在执行完成后获取执行结果,同时销毁Native侧执行环境。 +本示例展示了如何使用JSVM-API在ArkTS环境中,动态传入JavaScript或自定义的Native函数代码字符串到Native侧执行,并在执行完成后获取执行结果,同时销毁Native侧执行环境,通过在Native侧执行ArkTS代码可以加快代码执行效率,提高程序性能表现。 ### 效果预览 -- Gitee