Files
libloot/nodejs
Oliver Hamlet 08b4de822c Remove unused NAPI-RS-generated GitHub Actions workflow
It might be useful to adapt in the future, but I can just refer back to it in Git history if so.
2025-11-26 18:52:38 +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.