You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
does graal allow node FFI to talk to the compiled library ?
All the polyglot documentation talks about invoking js through graal js cli and getting access to java classes. But it does not talk about vanilla nodejs and being able to interface with graal output through FFI
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
hi
im looking to compile a java library to native using graal. NOT transpile to js.
And then im looking to invoke functions from nodejs. Just like rust allows u to do using node FFI - https://blog.risingstack.com/how-to-use-rust-with-node-when-performance-matters/
something like E.g. Postgrest - https://www.npmjs.com/package/postgrest or https://github.com/leinelissen/embedded-postgres
does graal allow node FFI to talk to the compiled library ?
All the polyglot documentation talks about invoking js through graal js cli and getting access to java classes. But it does not talk about vanilla nodejs and being able to interface with graal output through FFI
Beta Was this translation helpful? Give feedback.
All reactions