Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
tigertext

tigertext/node-ffi-napi

A foreign function interface (FFI) for Node.js, N-API style

JavaScript
0
1
MIT License
TooTallNate's profile
TooTallNate
680 contributions
rbranson's profile
rbranson
58 contributions
addaleax's profile
addaleax
58 contributions
kjunichi's profile
kjunichi
26 contributions
unbornchikken's profile
unbornchikken
25 contributions
mwolson's profile
mwolson
10 contributions
d3m3vilurr's profile
d3m3vilurr
9 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
5 contributions
wadey's profile
wadey
4 contributions
indutny's profile
indutny
3 contributions

Support the dependencies of tigertext/node-ffi-napi

Account's avatar
debug-js/debug
Lightweight debugging utility for Node.js and the browser
Account's avatar
node-ffi-napi/get-uv-event-loop-napi-h
C function to get the current libuv event loop for N-API
Account's avatar
nodejs/node-addon-api
Node.js API (Node-API)
Account's avatar
prebuild/node-gyp-build
Build tool and bindings loader for node-gyp that supports prebuilds
Account's avatar
node-ffi-napi/ref-napi
Turn Buffer instances into "pointers"
Account's avatar
node-ffi-napi/ref-struct-di
Create ABI-compliant "struct" instances on top of Buffers
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
Account's avatar
istanbuljs/nyc
the Istanbul command line interface
Account's avatar
prebuild/prebuildify
Create and package prebuilds for native modules
Account's avatar
mafintosh/prebuildify-ci
Easily setup prebuilding of native modules using CI and prebuildify
Account's avatar
node-ffi-napi/ref-array-di
Create C "array" instances on top of Buffers

`node-ffi-napi` is a Node.js add‑on that lets JavaScript code load arbitrary shared libraries and call their functions directly, using the N‑API layer for native bindings. It’s aimed at developers who need to interface Node applications with existing C/C++ libraries without writing their own native addons, providing prebuilt binaries for macOS (Intel & Apple Silicon), Linux and Windows.