flst / upstream /emscripten /test /embind /test_custom_marshal.js
arudradey's picture
Upload folder using huggingface_hub
00df61d verified
Raw
History Blame Contribute Delete
92 Bytes
Module['js_func'] = function(x) {
console.log('JS got', x, typeof(x));
return 20;
}