Module['js_func'] = function(x) { console.log('JS got', x, typeof(x)); return 20; }