aboutsummaryrefslogtreecommitdiff
path: root/demos/scons-embind/test.js
blob: a6252fd8c07d6efca76838a4b98c3d8e7b4ce140 (plain)
1
2
var thelibrary = require('./build/thelibrary.js');
thelibrary.Module.print_some_stuff(1, 2, 'hello world');