23 releases (stable)
2.1.6 | Mar 22, 2025 |
---|---|
2.1.4 | Dec 18, 2024 |
2.1.3 | Apr 13, 2024 |
2.1.2 | Feb 19, 2024 |
0.1.0 | Mar 16, 2020 |
#2 in #nodejs
320,443 downloads per month
Used in 84 crates
(30 directly)
7KB
137 lines
napi-build
Build support for napi-rs
Setup N-API
build in your build.rs
:
extern crate napi_build;
fn main() {
napi_build::setup();
}