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