nschaefe / node-mtrace

NPM module wrapping mtrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-mtrace

NPM module wrapping the native mtrace functions.

Prerequisites

The implementation uses the Node-API. node-mtrace requires at least the Node-API version 1 delivered with node v8.4.0. However, for node versions < 10 the Node-API was experimental and evolving. We recommend node versions >=10. For compatibility with your node version check the used Node-API functions and the Node-API version matrix.

Build

Compile the node module with

node-gyp configure build  

Package the module with

npm pack

Usage

For examples checkout the examples folder.

About

NPM module wrapping mtrace

License:MIT License


Languages

Language:C++ 77.9%Language:JavaScript 15.7%Language:Python 6.4%