Files
libloot/nodejs/build.rs
T
Oliver Hamlet 5a33e16eb3 Add a Node.js wrapper library
The implementation is very similar to the Python wrapper.
2025-04-22 19:22:31 +01:00

6 lines
65 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}