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 2
2
3
3
> Self-maintained QuickJS Android Bindings.
4
4
5
- ## Build
5
+ ## Download
6
6
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 ` .
12
9
13
10
## Usage
14
11
@@ -36,6 +33,14 @@ try (JSRuntime runtime = quickJS.createJSRuntime()) {
36
33
37
34
See [ Usages] ( ./Usages.md ) for advanced usages.
38
35
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
+
39
44
## Benchmark
40
45
41
46
This 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