Files

8 lines
145 B
Plaintext
Raw Permalink Normal View History

2025-12-25 11:03:04 +01:00
node-gyp configure
node-gyp build
const binding = require("./build/Release/binding");
console.log(binding.hello()); // Will log "hello world"