Skip to content

Instantly share code, notes, and snippets.

@ramirezd42
Created October 25, 2017 05:03
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 ramirezd42/5cf6922b806be23f10b7c248d1034838 to your computer and use it in GitHub Desktop.
Save ramirezd42/5cf6922b806be23f10b7c248d1034838 to your computer and use it in GitHub Desktop.
ex_0 js
var addon = require('bindings')('hello');
console.log(addon.hello()); // 'world'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment