From eaa7f3d0bfca43e7b8706a5d08ddacc6326c367a Mon Sep 17 00:00:00 2001 From: qiang Date: Tue, 22 Oct 2024 16:16:53 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20jsvm=20=E9=99=90=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tutorial/harmony/history.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tutorial/harmony/history.md b/docs/tutorial/harmony/history.md index edbf2d169..4ca2179b1 100644 --- a/docs/tutorial/harmony/history.md +++ b/docs/tutorial/harmony/history.md @@ -7,3 +7,4 @@ - 不再支持在业务代码中直接调用鸿蒙的原生接口,如果需要调用原生接口,需要使用 [uts 插件](https://doc.dcloud.net.cn/uni-app-x/plugin/uts-for-harmony.html)的方式。 - 之前存在部分 JS 代码在 ArkTS 环境下执行结果和预期不符的情况,这些问题在 JSVM 环境下不再存在。 - 不支持在 DevEco Studio 中设置断点调试。 +- 目前由于 JSVM 的限制,仅支持运行在 arm64 架构的设备或模拟器上。 -- GitLab