Kudo / react-native-v8

Opt-in V8 runtime for React Native Android
MIT License
900 stars 69 forks source link

Feature request: Add jsi:ArrayBuffer support #198

Open n9lsjr opened 1 month ago

n9lsjr commented 1 month ago

Great package! I would like to request V8Runtime::createArrayBuffer to return a jsi::ArrayBuffer. It seems like a quite important feature.

https://github.com/Kudo/react-native-v8/blob/ad46dfd8aeaed5f181553c6d24ae82a0826774a1/src/v8runtime/V8Runtime.cpp#L1260

Thanks.

n9lsjr commented 2 weeks ago

Can you give my any hints how to implement this myself if this is not a priority? I have an application that uses it and really want to use v8. Thanks 🎉