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