Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
HEAD
/
.
/
test
/
interop
/
test_add_function_post.js
blob: c214af803e0c729c98554b736824537100429600 [
file
]
var
newFuncPtr
=
addFunction
(
function
(
num
)
{
out
(
'Hello '
+
num
+
' from JS!'
);
},
'vi'
);
Module
[
'callMain'
]([
newFuncPtr
.
toString
()]);