This task can be split basically by file. The re-implementation consists of going over every node_xxx file in the src directory and rewriting it to use Napi. Here is a list of all files that should be visited
These tasks can change over the course of the reimplementation.
Since we are in the testing/stabilization phase its better to add this list to better keep track of the progress
Hey, is there a way to build this not finished version on my own?
We are building our app from the ground up and using newest Electron, that has Node version 12.
We would like to use Realm JS now, even not stable as it will take ~6 months to finish our app and release. And I guess in this time there will be some version of Realm supporting Node 12.
@bimusiek It's not ready for consumption but we are really close to an alpha version. I would suggest just wait a bit until we release it as opposed to wasting time and effort trying to compile it from here.
@blagoev Ok, thanks for the info.
For now we have downgraded Electron from version 7 to version 4 and successfully compiled realm for electron. Thanks to this, we have one implementation for both Electron and React Native in one source code.
Is there any update on that? Is there any alpha or even pre-alpha version we could try?
We have an Electron app in production working great with Realm. But because of this issue we have not been able to update our product anymore for months and that puts us in an increasingly problematic situation.
We want to at least start migrating to the latest Electron version. For that we would only need some version of Realm that would work with Electron 7 or 8 independent how stable it is.
Yes, the latest pre-release versions seem to work fine with Node v12, at least right now.
@wash try v3.7.0-alpha releases, see https://github.com/realm/realm-js/releases
@Dids and @xmedeko Thanks so much! I missed that this alpha included the napi branch.
Any news about Hermes support since this issue was closed?
Hi @ouabing – We're still looking at Hermes support for the future. While we don't have a specific date planned at this time we're watching Hermes develop and continually discussing when the right time for us to support is. I'd recommend tracking #2455 for updates.
Most helpful comment
Since we are in the testing/stabilization phase its better to add this list to better keep track of the progress