File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 22
33> Self-maintained QuickJS Android Bindings.
44
5- ## Build
5+ ## Download
66
7- ``` bash
8- git clone --recurse-submodules https://github.com/shiqimei/quickjs-android.git
9- ```
10-
11- Open the folder ` quickjs-android ` in Android Studio.
7+ 1 . Download latest ` .aar ` from [ release] ( https://github.com/shiqimei/quickjs-android/releases ) page.
8+ 2 . In Android Studio: ` File > New > New Module > Import .JAR/.AAR Package ` , locate ` .aar ` , click ` Finish ` .
129
1310## Usage
1411
@@ -36,6 +33,14 @@ try (JSRuntime runtime = quickJS.createJSRuntime()) {
3633
3734See [ Usages] ( ./Usages.md ) for advanced usages.
3835
36+ ## Develop
37+
38+ ``` bash
39+ git clone --recurse-submodules https://github.com/shiqimei/quickjs-android.git
40+ ```
41+
42+ Open the folder ` quickjs-android ` in Android Studio.
43+
3944## Benchmark
4045
4146This is a non-serious benchmark. The purpose is to compare the performance of QuickJS and V8 on Android.
You can’t perform that action at this time.
0 commit comments