First commit
This commit is contained in:
8
build/Howto build
Normal file
8
build/Howto build
Normal file
@@ -0,0 +1,8 @@
|
||||
node-gyp configure
|
||||
|
||||
node-gyp build
|
||||
|
||||
|
||||
const binding = require("./build/Release/binding");
|
||||
|
||||
console.log(binding.hello()); // Will log "hello world"
|
||||
Reference in New Issue
Block a user