napi-rs/crates/build
LongYinan fa0fe87448
Release independent packages
napi-build@1.2.1
2021-12-22 00:27:59 +08:00
..
src fix: keep .d.ts and .js untouched if native doesn't change 2021-12-18 14:12:46 +08:00
Cargo.toml Release independent packages 2021-12-22 00:27:59 +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();
}