# weex_js_engine **Repository Path**: alibaba/weex_js_engine ## Basic Information - **Project Name**: weex_js_engine - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-31 - **Last Updated**: 2025-12-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # weex_js_engine Weex JavaScript Runtime based on google v8 JavaScript engine and apple javascriptCore! ## How to build ### Download NDK and Set Environment PATH 1. Download NDK(version at least 'r11e') [NDK download address](http://developer.android.com/tools/sdk/ndk/index.html) 2. Add NDK folder to PATH add this line to your profile script:`export PATH=[Your NDK Folder]/:"$PATH"` ### Compile V8 Excute `cd [Your Source Folder]/weex_v8core/ && run ndk-build`