Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
emscripten-core
Edit Copy
Star
GitHub Repository:
emscripten-core/emscripten
Path:
blob/main/test/embind/test_custom_marshal.js
4
1
5
0
views
1
Module
[
'js_func'
]
=
function
(
x
)
{
2
console
.
log
(
'JS got'
,
x
,
typeof
(
x
)
)
;
3
return
20
;
4
}
5
6