github-actions[bot] 069661e91d
chore: release (#2805)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-07-24 21:41:32 +08:00
..
2025-07-24 21:24:28 +08:00
2025-07-24 21:41:32 +08:00
2025-07-24 21:41:32 +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();
}