-
Notifications
You must be signed in to change notification settings - Fork 34
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
Tracking issue for modules we've noticed are ported to Oct 2019 - Oct 2020 #387
Comments
@vweevers has created a list of native addons that are (not yet) ported to N-API. The list exists for a different reason, but I believe it is relevant to us because it gives us targets for which to evangelize and/or PR the move to N-API. |
@gabrielschulhof I can extend the list if there's interest. |
@vweevers Yes please because we can use in our evangelism activities. We already have a list of native add-on here https://docs.google.com/spreadsheets/d/1HopFSLMs5gj3G6_eBEZM2ET7oXKdokAF7VU2XZnzYGk |
@NickNaso I added sodium-native to the top of that list. |
In case y'all missed it: I also committed the data as JSON, to easily filter it. For example, to get the top 100 non-napi addons: const addons = require('about-native-modules/data.json')
const top = addons.filter(addon => !addon.napi).slice(0, 100)
console.log(top.map(addon => addon.name)) |
Module websocket is considering to use napi versions of bufferutil and utf-8-validate: theturtle32/WebSocket-Node#302 (comment) |
Hi everyone, thanks for the effort you've made to get N-API stable and provide According to the data in the linked https://github.com/vweevers/about-native-modules repo, it looks like |
I also noticed that simdjson was using node-addon-api. |
I want report this new Rust binding to N-API: https://github.com/napi-rs/napi-rs |
Implementation of webassembly code interfaces based on N-API https://github.com/yjjnls/napi-emscripten |
@jschlight mentioned that sqlite3 v5.0.0 is running on N-API: https://github.com/mapbox/node-sqlite3/releases/tag/v5.0.0 |
I contributed to port this module https://github.com/lovell/highwayhash the next release will be a N-API add-on. |
v1.0.32 has been released and is using N-API modules from ws project. |
I've updated Matteo's |
Issue for 2018-2019 - (#346)
The text was updated successfully, but these errors were encountered: