Sign in
chromium
/
external
/
github.com
/
kripken
/
emscripten
/
refs/heads/remove-dynamic-alloc
/
.
/
tests
/
cmake
/
cpp_lib
/
lib.cpp
blob: bc801037bd74b3c54fd0ae2bcaa404977c1ad67b [
file
] [
log
] [
blame
] [
edit
]
extern
"C"
{
int
js_library_function
();
}
int
cpp_library_function
()
{
return
js_library_function
();
}