0.0.15 • Published 3 years ago
@panda-factory/cbind v0.0.15
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 testto see the example in action.