Files
libloot/nodejs
dependabot[bot]andGitHub f55a64df9d Bump ava from 6.4.1 to 7.0.0 in /nodejs
Bumps [ava](https://github.com/avajs/ava) from 6.4.1 to 7.0.0.
- [Release notes](https://github.com/avajs/ava/releases)
- [Commits](https://github.com/avajs/ava/compare/v6.4.1...v7.0.0)

---
updated-dependencies:
- dependency-name: ava
  dependency-version: 7.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-04 16:35:31 +00:00
..
2026-02-04 21:18:04 +00:00
2026-03-27 13:56:04 +00:00
2025-04-22 19:22:31 +01: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.