Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/test-integer-limits
/
.
/
test
/
embind
/
test_custom_marshal.js
blob: c4a27331bb7807b2cbae54f98f3e40e9bbde6648 [
file
] [
edit
]
Module
[
'js_func'
]
=
function
(
x
)
{
console
.
log
(
'JS got'
,
x
,
typeof
(
x
));
return
20
;
}