Crate nodejs_sys
source ·Expand description
Low level bindings to nodejs’ N-API
Features
Different API versions may be selected via feature-flag. See the N-API Version Matrix for details.
napi_v5
supported by all actively maintained NodeJS releasesnapi_v6
supported by all actively maintained NodeJS releasesnapi_v7
supported by all actively maintained NodeJS releasesnapi_v8
requires at least15.12.0
, this is the default (if no flag is given)- the experimental N-API features may be enabled via feature flag
experimental
(off by default)