blob: c53c65263952e2a3228e9b9d580024af69a2cc82 [file] [log] [blame] [edit]
Module.js_func = function(x) {
console.log('JS got', x, typeof(x));
return 20;
}