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