github-actions[bot] 67e711d69b
chore: release (#3009)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-11-10 12:33:53 +08:00
..
2025-11-10 12:33:53 +08:00
2025-11-10 12:33:53 +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();
}