diff options
Diffstat (limited to 'example/src/FooFFI.js')
-rw-r--r-- | example/src/FooFFI.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/example/src/FooFFI.js b/example/src/FooFFI.js new file mode 100644 index 0000000..a2681c8 --- /dev/null +++ b/example/src/FooFFI.js | |||
@@ -0,0 +1,5 @@ | |||
1 | // module Foo | ||
2 | |||
3 | exports.foot = "a"; | ||
4 | |||
5 | exports.meter = "b"; | ||