microsoft / v8-jsi

React Native V8 JSI adapter
Other
157 stars 36 forks source link

Update to V8 12.1 and improve bytecode versioning #188

Closed tudorms closed 9 months ago

tudorms commented 9 months ago
  1. Update to V8 version 12.1;

  2. Instead of rolling our own script versioning, use the official CachedDataVersionTag, which hashes additional data like the complete V8 version and compiler flags.

    Microsoft Reviewers: Open in CodeFlow