2/25/2026 at 10:14:26 AM
I see that you did the NAPI bridging yourself - not that there's anything wrong with that but you might be interested in this tiny lib I wrote some time ago https://github.com/cztomsik/napigenby cztomsik
2/25/2026 at 3:36:27 PM
Your repo was actually a major point of reference! Thank you for open sourcing it. Ironically when I first got into zig I built a similar generator for python bridging which your project reminded me of https://github.com/erik-dunteman/zigpyUltimate decision for not using a bindings generator was primarily to deeply understand NAPI.
by edunteman