Files
Nodejs-Native-c-Module/build/Howto build
2025-12-25 11:03:04 +01:00

8 lines
145 B
Plaintext

node-gyp configure
node-gyp build
const binding = require("./build/Release/binding");
console.log(binding.hello()); // Will log "hello world"