nodejs / nan

Native Abstractions for Node.js
MIT License
3.27k stars 501 forks source link

v8 Fast API with NAN.h #954

Closed H4ad closed 8 months ago

H4ad commented 1 year ago

It's possible to use v8 Fast API with NAN?

There are some libraries like node-libpq that use NAN and return values that match with the requirements of Fast APIs, but I'm not sure if Fast APIs is supported outside the codebase of NodeJS.