Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revisit Fast APIs implementations & New implementations #182

Open
H4ad opened this issue Nov 10, 2024 · 1 comment
Open

Revisit Fast APIs implementations & New implementations #182

H4ad opened this issue Nov 10, 2024 · 1 comment

Comments

@H4ad
Copy link
Member

H4ad commented Nov 10, 2024

Since #23, there have been many implementations in Node using fast APIs, and I want to open this issue to encourage to revisit them and probably take a look at other places where we could implement the latest changes.

Since nodejs/node#54077, we have now support to throw errors inside fast apis, this was not possible before and we the "options.fallback" was the only way to throw errors.

We also had some limitations around int64 and bigints, and now I think those limitations was solved since I found some tests on v8 returning bigints:

I'm still trying to figure out all the limitations around these new changes, so any hints around these new changes are very welcome.

@billywhizz
Copy link

i'm keen to help out with this effort @H4ad. i've done quite a lot with fast api on my own runtime and will be contributing to node.js as much as I can in period ahead. will take a look over next week or so and will add anything i think would be useful to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants