Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ foo
Function
foo
test/other/test_split_module.c:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include <emscripten.h>
3
4
int foo() {
5
return 42;
6
}
7
8
EMSCRIPTEN_KEEPALIVE void say_hello() {
9
printf(
"Hello! answer: %d\n"
, foo());
Callers
4
main
Function · 0.70
main
Function · 0.70
main
Function · 0.70
say_hello
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected