Initial commit, demo program, wraps a C++ double in a JS object
authorNick Downing <downing.nick@gmail.com>
Thu, 4 Jan 2018 03:20:04 +0000 (14:20 +1100)
committerNick Downing <nick@ndcode.org>
Sun, 18 Nov 2018 02:37:55 +0000 (13:37 +1100)
commitd2ce477d7afa1971443c8e4675f3180a078ba9cb
tree2b952aaed4b4191702997271e76a4e04625bb6fb
Initial commit, demo program, wraps a C++ double in a JS object
.gitignore [new file with mode: 0644]
binding.gyp [new file with mode: 0644]
doc/C++ Addons _ Node.js v9.3.pdf [new file with mode: 0644]
env.sh [new file with mode: 0644]
n.sh [new file with mode: 0755]
test.js [new file with mode: 0755]
zetjs.cpp [new file with mode: 0644]