Sign in
skia
/
external
/
github.com
/
emscripten-core
/
emsdk
/
75eb9522ae0d24a9057c29ff6c72336beddf9508
/
.
/
bazel
/
test_external
/
hello-embind-interface.js
blob: ddc4d2f3db06794e07b7dddb3166add7ed92deb6 [
file
]
Module
.
customJSFunctionToTestClosure
=
function
(
firstParam
,
secondParam
)
{
console
.
log
(
"This function adds two numbers to get"
,
firstParam
+
secondParam
);
}