// napi-rs build helper. Generates the platform-specific binding glue // (e.g. typedefs, init symbols) that `napi build` consumes. Required for // every napi-rs crate; the build will silently produce a half-wired // binding without it. extern crate napi_build; fn main() { napi_build::setup(); }