Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9oelM/emscripten-cplusplus-webpack-example
/ add
Function
add
packages/example-wasm/add.cc:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"add.h"
2
3
int add(int a,int b) {
4
return a + b;
5
}
Callers
1
fib
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected