Files
dependabot[bot]andGitHub 6c4d1d4737 Bump napi-build from 2.3.1 to 2.3.2
Bumps [napi-build](https://github.com/napi-rs/napi-rs) from 2.3.1 to 2.3.2.
- [Release notes](https://github.com/napi-rs/napi-rs/releases)
- [Commits](https://github.com/napi-rs/napi-rs/compare/napi-build-v2.3.1...napi-build-v2.3.2)

---
updated-dependencies:
- dependency-name: napi-build
  dependency-version: 2.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-05-21 16:51:34 +00:00
..
2026-02-04 21:18:04 +00:00
2026-05-05 17:52:18 +01:00
2025-04-22 19:22:31 +01:00
2026-05-21 16:51:34 +00:00
2025-06-15 20:12:24 +01:00

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 Error values. The error message is the concatenated display text of all the recursive Rust errors from the libloot crate.