Skip to content

Commit

Permalink
Upgrade for 7.8.0
Browse files Browse the repository at this point in the history
1. Use lite mode for arm64-v8a as V8 fixed the build break issue
2. Upgrade NDK to r19c that newer V8 only support build from r19+
  • Loading branch information
Kudo authored Nov 5, 2019
1 parent 02b23ad commit 48c4457
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ To integrate with React Native, please check [react-native-v8](https://github.co

1. Single libv8.so file.
2. Support i18n and JavaScript [Intl](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
3. V8 Lite mode (JIT-less mode) for armeabi-v7a, x86, x86_64. Otherwise, arm64-v8a still enables JIT due to mksnapshot issue from V8 internal bug.
4. Build by Android official NDK r17c which prevent potential ABI incompatible issue to integrate with React Native.
3. V8 Lite mode (JIT-less mode) https://v8.dev/blog/v8-lite
4. Build by Android official NDK r19c which prevent potential ABI incompatible issue to integrate with React Native.

## Build Guides

Expand Down

0 comments on commit 48c4457

Please sign in to comment.