Readme-EN.md
1# Node-API 2 3- [Getting Started with the NDK](ndk-development-overview.md) 4- [Creating an NDK Project](create-with-ndk.md) 5- Building an NDK Project 6 - [NDK Project Building Overview](build-with-ndk-overview.md) 7 - [Building an NDK Project with the DevEco Studio Template](build-with-ndk-ide.md) 8 - [Building an NDK Project with the Command Line CMake](build-with-ndk-cmake.md) 9 - [Building an NDK Project with Prebuilt Libraries](build-with-ndk-prebuilts.md) 10- Code Development 11 - [Development Overview](develop-code-overview.md) 12 - C/C++ Standard Library 13 - [C/C++ Mechanisms](c-cpp-overview.md) 14 - Using Node-API 15 - [Node-API Overview](napi-introduction.md) 16 - [Node-API Data Types and APIs](napi-data-types-interfaces.md) 17 - [Node-API Development Specifications](napi-guidelines.md) 18 - [Node-API Development Process](use-napi-process.md) 19 - Typical Scenarios 20 - [Asynchronous Task Development Using Node-API](use-napi-asynchronous-task.md) 21 - [Thread Safety Development Using Node-API](use-napi-thread-safety.md) 22 - [Wrapping a Native Object in an ArkTS Object](use-napi-object-wrap.md) 23 - [Calling Back ArkTS APIs in a Non-ArkTS Thread](use-uv-queue-work.md) 24 - [Creating an ArkTs Runtime Environment Using Node-API](use-napi-ark-runtime.md) 25 - [Loading a Module in the Main Thread Using Node-API](use-napi-load-module.md) 26 - [Running or Stopping an Event Loop in an Asynchronous Thread Using Extended Node-API](use-napi-event-loop.md) 27 - [Node-API FAQs](use-napi-faqs.md) 28 - Resource Management 29 - [Raw File Development](rawfile-guidelines.md) 30 - Resource Scheduling 31 - [FFRT Development](ffrt-guidelines.md) 32 - Memory Management 33 - [Purgeable Memory Development](purgeable-memory-guidelines.md) 34 - Device Management 35 - [USB DDK Development](usb-ddk-guidelines.md) 36 - [HID DDK Development](hid-ddk-guidelines.md) 37 - Bundle Management 38 - [Native Bundle Development](native-bundle-guidelines.md) 39- Debugging and Profiling 40 - [Overview of Debugging and Profiling](debug-performance-profiling-overview.md) 41 - [Debugging in DevEco Studio](debug-ide.md) 42 - [LLDB Debugger](debug-lldb.md) 43 - [C/C++ Memory Error Detection](debug-asan.md) 44- Hardware Compatibility 45 - [Introduction to Hardware Compatibility](hw-guide.md) 46 - [OpenHarmony ABIs](ohos-abi.md) 47 - [CPU Features](cpu-features.md) 48 - [Using Neon Instructions](neon-guide.md) 49