RobinWu
Results
2
comments of
RobinWu
I'm curious about the current status of this feature. I'm also interested in how to ensure that the finalize callback is triggered only after all shared arraybuffers in all threads...
Nice!👍 In [Lynx](https://github.com/lynx-family/lynx)/[PrimJS](https://github.com/lynx-family/primjs/blob/develop/src/napi/js_native_api.h#L100), we are currently using a similar vtable approach to address the needs of multi-runtime injection. However, our previous API was not fully aligned with the Node-API standard,...