Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ test
Function
test
test/embind/test_i64_val.cpp:16–18 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
14
using namespace std;
15
16
void test(string message) {
17
cout <<
"test:\n"
<< message <<
"\n"
;
18
}
19
20
void ensure_js(string js_code) {
21
js_code.append(
";"
);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected