Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 915 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 915 Bytes

napi-sys

Travis Build Status AppVeyor Build Status

Low-level N-API bindings for Node.js addons written in Rust.

See the napi crate for the high-level API.

Building

Requirements:

  • Install bindgen (cargo install bindgen) and its requirements
  • Install rustfmt (rustup component add rustfmt)
  • Install node.js

After doing that, you can build a new version of the bindings like so:

./scripts/update-bindings.sh