Add Native Directive Example
This commit is contained in:
parent
17218b74ef
commit
f16350e774
6 changed files with 141 additions and 0 deletions
5
Examples/javascript/native/runme.js
Normal file
5
Examples/javascript/native/runme.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
var example = require("example");
|
||||
|
||||
function callback(msg) { console.log(msg); }
|
||||
|
||||
example.num_to_string(callback);
|
||||
Loading…
Add table
Add a link
Reference in a new issue