ohos-dev-arkruntime-interop-development
Installation
SKILL.md
ArkRuntime Interop Development
Overview
This skill specializes in the ArkTS <-> JavaScript Interoperability layer located in runtime_core/static_core/plugins/ets/runtime/interop_js/. It bridges the ArkTS runtime (ETS) with the JavaScript engine via NAPI.
Core Capabilities
1. Navigating the Interop Layer
The directory structure is segmented by function:
ets_proxy/: ETS objects in JS.js_proxy/: JS objects in ETS.intrinsics/: Direct interop access from ArkTS.napi_impl/: Implementation of NAPI interfaces.- Reference: architecture.md