17 releases (4 stable)
new 1.0.3 | Nov 20, 2024 |
---|---|
1.0.1 | Oct 27, 2024 |
1.0.0-beta.5 | Jul 31, 2024 |
0.0.3 | Feb 23, 2024 |
0.0.1 | Nov 22, 2023 |
#3 in #open-harmony
442 downloads per month
8KB
132 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();
}