4 releases ()

new 1.0.0-beta.0 Apr 18, 2024
0.0.3 Feb 23, 2024
0.0.2 Jan 18, 2024
0.0.1 Nov 22, 2023

#13 in #napi

Download history 7/week @ 2024-01-18 4/week @ 2024-02-15 161/week @ 2024-02-22 38/week @ 2024-02-29 10/week @ 2024-03-07 7/week @ 2024-03-14 39/week @ 2024-03-28 20/week @ 2024-04-04

70 downloads per month

MIT license

6KB
74 lines

napi-build

chat

Build support for napi-rs

Setup N-API build in your build.rs:

extern crate napi_build;

fn main() {
    napi_build::setup();
}

No runtime deps