I want to start a JS application embedded into my RUST application. The goal is that the JS application is very big, we wants to rewrite all as RUST, but it will takes some month/years to do it.
So first step is to run the new RUST application and run the JS code into. It works, until load of npm lib "kerberos" which load a .node file.
How can i load it with eden?
Prebuilts are here : https://github.com/mongodb-js/kerberos/releases/ , I use the 2.2.2 version (and i'm on windows if it's important...)
I want to start a JS application embedded into my RUST application. The goal is that the JS application is very big, we wants to rewrite all as RUST, but it will takes some month/years to do it.
So first step is to run the new RUST application and run the JS code into. It works, until load of npm lib "kerberos" which load a .node file.
How can i load it with eden?
Prebuilts are here : https://github.com/mongodb-js/kerberos/releases/ , I use the 2.2.2 version (and i'm on windows if it's important...)