Pinned Repositories
get-symbol-from-current-process-h
C function to get a symbol from the current process
get-uv-event-loop-napi-h
C function to get the current libuv event loop for N-API
node-ffi
Node.js Foreign Function Interface
node-ffi-napi
A foreign function interface (FFI) for Node.js, N-API style
ref-array-di
Create C typed "array" instances on top of Buffers
ref-napi
Turn Buffer instances into "pointers"
ref-struct-di
Create ABI-compliant "struct" instances on top of Buffers
ref-union-di
Create ABI-compliant "union" instances on top of Buffers
setimmediate-napi
`setImmediate()` for N-API code
weak-napi
Make weak references to JavaScript Objects.
node-ffi-napi's Repositories
node-ffi-napi/node-ffi-napi
A foreign function interface (FFI) for Node.js, N-API style
node-ffi-napi/ref-napi
Turn Buffer instances into "pointers"
node-ffi-napi/weak-napi
Make weak references to JavaScript Objects.
node-ffi-napi/ref-struct-di
Create ABI-compliant "struct" instances on top of Buffers
node-ffi-napi/ref-array-di
Create C typed "array" instances on top of Buffers
node-ffi-napi/get-symbol-from-current-process-h
C function to get a symbol from the current process
node-ffi-napi/ref-union-di
Create ABI-compliant "union" instances on top of Buffers
node-ffi-napi/get-uv-event-loop-napi-h
C function to get the current libuv event loop for N-API
node-ffi-napi/node-ffi
Node.js Foreign Function Interface
node-ffi-napi/setimmediate-napi
`setImmediate()` for N-API code
node-ffi-napi/node-addon-api
Module for using N-API from C++