diff --git a/README.en.md b/README.en.md deleted file mode 100644 index ce4d4cf2dc9846941743b25861cb03b81edef5bb..0000000000000000000000000000000000000000 --- 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 f23bc7641807e403f1daf3467e58f69a78151949..4b44d5b3338ef7da2580ab5f3d4e7ebeafcdd716 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代码可以加快代码执行效率,提高程序性能表现。 ### 效果预览