Skip to content

Instantly share code, notes, and snippets.

@nanlabsweb
Created March 13, 2018 21:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nanlabsweb/30019fc7ae72f3898f93623d535d8790 to your computer and use it in GitHub Desktop.
Save nanlabsweb/30019fc7ae72f3898f93623d535d8790 to your computer and use it in GitHub Desktop.
JS native extensions - JS invoke
const hello_world = require('bindings')('hello_world')
console.log(hello_world.sayHi());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment