1 2 3 4 5 6 7 8
// Build script for napi-rs bindings // This generates the necessary glue code for Node.js FFI extern crate napi_build; fn main() { napi_build::setup(); }