-
Notifications
You must be signed in to change notification settings - Fork 1
Results of quick walkthrough of the node addon tutorial at http://nikhilm.bitbucket.org/articles/c_in_my_javascript/c_in_javascript_part_1.html
davidkrisch/node_addon_tutorial
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project contains the changes I had to make to the source in the tutorial at: http://nikhilm.bitbucket.org/articles/c_in_my_javascript/c_in_javascript_part_1.html I had to modify the build() function in wscript because: from os import name as platform on my Mac reports "posix" as the platform. I also had to modify test.js to correctly import the uuid module. To build: node-waf configure build To run: node test.js
About
Results of quick walkthrough of the node addon tutorial at http://nikhilm.bitbucket.org/articles/c_in_my_javascript/c_in_javascript_part_1.html
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published