napi-rs/crates/build
2021-12-08 13:18:47 +08:00
..
src feat(build): update windows lib file to 17.2.0 2021-12-02 14:25:22 +08:00
Cargo.toml feat: edition 2021 2021-12-08 13:18:47 +08:00
README.md Introduce #[napi] procedural macro to automation development boilerplate (#696) 2021-09-23 01:29:09 +08:00

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();
}