mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Bumps [napi](https://github.com/napi-rs/napi-rs) from 3.8.2 to 3.8.6. - [Release notes](https://github.com/napi-rs/napi-rs/releases) - [Commits](https://github.com/napi-rs/napi-rs/compare/napi-v3.8.2...napi-v3.8.6) --- updated-dependencies: - dependency-name: napi dependency-version: 3.8.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
libloot-nodejs
An experimental Node.js wrapper around the libloot Rust implementation, built using NAPI-RS.
Build
To build, first install Rust and Node.js, then run:
npm install
npm run build
The tests can be run using:
npm test
Usage notes
- All errors are thrown as JavaScript
Errorvalues. The error message is the concatenated display text of all the recursive Rust errors from the libloot crate.