Convert javascript examples to nodejs.
This commit is contained in:
parent
dbf2b1fe94
commit
5da54ca435
48 changed files with 312 additions and 223 deletions
|
|
@ -1,3 +1,5 @@
|
|||
var example = require("./build/Release/example");
|
||||
|
||||
example.f();
|
||||
example.f(1);
|
||||
example.f(1, 2);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue