aboutsummaryrefslogtreecommitdiffhomepage
path: root/example/src/TestFFI.js
diff options
context:
space:
mode:
Diffstat (limited to 'example/src/TestFFI.js')
-rw-r--r--example/src/TestFFI.js7
1 files changed, 7 insertions, 0 deletions
diff --git a/example/src/TestFFI.js b/example/src/TestFFI.js
new file mode 100644
index 0000000..dc2f04f
--- /dev/null
+++ b/example/src/TestFFI.js
@@ -0,0 +1,7 @@
1'use strict';
2
3// module Test
4
5var testing = 'abcde';
6
7exports.testing = testing;