What is the problem this feature will solve?
Call foreign functions
What is the feature you are proposing to solve the problem?
the API is provided directly by node, without the help of addons
What alternatives have you considered?
FFI and FFI-NAPI addons have been chronically under-maintained. Both Deno and Bun already support FFI directly. Java has been testing the FFM API since JDK17. I know node's ffi feature was once rejected, but now is it possible to reconsider
What is the problem this feature will solve?
Call foreign functions
What is the feature you are proposing to solve the problem?
the API is provided directly by node, without the help of addons
What alternatives have you considered?
FFI and FFI-NAPI addons have been chronically under-maintained. Both Deno and Bun already support FFI directly. Java has been testing the FFM API since JDK17. I know node's ffi feature was once rejected, but now is it possible to reconsider