// build.rs extern crate napi_build; fn main() { napi_build::setup(); } So far, the napi build script has only been tested on macOS Linux Windows x64 MSVC and FreeBSD. Install the @napi-rs/cli to help ...