@panda-factory/cbind
v0.0.15
Published
C/C++ interface binding compiler
Downloads
20
Readme
cbind
C/C++ interface binding
- referenced from
nbind
Support APIs
Node-API
: C-based API guaranteeing ABI stability across different node versions as well as JavaScript engines. (Node-API was previously known as N-API.)nan
: planning.node-addon-api
: planning.
Usage
The examples directory structure is as follows:
<name of example>
|
+--- <implementation 1>
| |
| +--- files...
+--- <implementation 2>
. |
. +--- files...
.
In each example's implementation subdirectory, run
$ npm install
$ npm test
to see the example in action.