Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
emscripten-core
GitHub Repository: emscripten-core/emscripten
Path: blob/main/test/embind/test_custom_marshal.js
4150 views
1
Module['js_func'] = function(x) {
2
console.log('JS got', x, typeof(x));
3
return 20;
4
}
5
6